PrinterSettings.LandscapeAngle プロパティ

定義

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

public:
 property int LandscapeAngle { int get(); };
public int LandscapeAngle { get; }
member this.LandscapeAngle : int
Public ReadOnly Property LandscapeAngle As Integer

プロパティ値

Int32

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

注釈

有効な回転値は 90 度と 270 度です。 横向きがサポートされていない場合、有効な回転値は 0 度のみです。 ページを PageSettings.Landscape 横長形式で印刷するようにプロパティ true を設定します。

適用対象

こちらもご覧ください