Dsl (Digital Simulation Library) for .Net
アッセンブリー: DslDialog (in DslDialog.dll)
印刷用紙の向き。プリンターの設定に依存します。
名前空間: DslDialogアッセンブリー: DslDialog (in DslDialog.dll)
構文
C# |
---|
public string PaperOrientation { get; private set; } |
Visual Basic |
---|
Public Property PaperOrientation As String Get Private Set |
Visual C++ |
---|
public: property String^ PaperOrientation { String^ get (); private: void set (String^ value); } |