PrinterResolution.X 属性

定义

获取水平打印机分辨率,以点/英寸为单位。

public:
 property int X { int get(); void set(int value); };
public:
 property int X { int get(); };
public int X { get; set; }
public int X { get; }
member this.X : int with get, set
member this.X : int
Public Property X As Integer
Public ReadOnly Property X As Integer

属性值

如果 Kind 设置为 Custom,值为以每英寸点数为单位的打印机水平分辨率();否则,为 dmPrintQuality 值。

注解

dmPrintQuality 是 (设备模式) 结构的成员 DEVMODE ,该结构定义映射到打印机质量设置的常量。 如果 设置为 ,则 属性包含值,DMRES_MEDIUM如果 Kind 设置为 ,DMRES_LOW如果 Kind 设置为 MediumLowDMRES_DRAFT则属性包含值DMRES_HIGH;如果 设置为 ,则KindDraftHighKindX

有关详细信息,请参阅 DEVMODE 结构

适用于

另请参阅