次の方法で共有


PrinterSettings.LandscapeAngle プロパティ

縦向きの用紙を回転して横向きにする場合の角度 (°) を取得します。

Public ReadOnly Property LandscapeAngle As Integer
[C#]
public int LandscapeAngle {get;}
[C++]
public: __property int get_LandscapeAngle();
[JScript]
public function get LandscapeAngle() : int;

プロパティ値

縦向きの用紙を回転して横向きにする場合の角度 (°)。

解説

有効な値は 90°および 270°です。横向きがサポートされていない場合、有効な値は 0°だけになります。ページを横向きに印刷するには、 PageSettings.Landscape プロパティを true に設定します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

PrinterSettings クラス | PrinterSettings メンバ | System.Drawing.Printing 名前空間 | DefaultPageSettings | PageSettings.Landscape