PrinterSettings.LandscapeAngle 属性

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

**命名空间:**System.Drawing.Printing
**程序集:**System.Drawing(在 system.drawing.dll 中)

语法

声明
Public ReadOnly Property LandscapeAngle As Integer
用法
Dim instance As PrinterSettings
Dim value As Integer

value = instance.LandscapeAngle
public int LandscapeAngle { get; }
public:
property int LandscapeAngle {
    int get ();
}
/** @property */
public int get_LandscapeAngle ()
public function get LandscapeAngle () : int

属性值

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

备注

有效的旋转值为 90 度和 270 度。若不支持横向,则唯一有效的旋转值为 0 度。将 PageSettings.Landscape 属性设置为 true 可以按横向格式打印页。

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

PrinterSettings 类
PrinterSettings 成员
System.Drawing.Printing 命名空间
PrinterSettings.DefaultPageSettings 属性
PageSettings.Landscape 属性