PrinterSettings.LandscapeAngle 属性

定义

获取旋转纵向方向以生成横向方向的角度,以度为单位。

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

属性值

从纵向到横向所需旋转的角度(以度为单位)。

注解

有效旋转值为 90 度和 270 度。 如果不支持横向,则唯一有效的旋转值为 0 度。 将 属性设置为 PageSettings.Landscapetrue 以横向格式打印页面。

适用于

另请参阅