PageInfo
用紙サイズ、印刷可能領域、および印刷解像度の詳細を報告するようにクライアントプリンターデバイスに要求する"PageInfo" ClientAction 要求の結果を表します。
NameSpace: StarMicronics.CloudPrnt.CpMessage
Syntax
public class PageInfo
Properties
HorizontalResolution
Return the devices horizontal resolution in dots per mm.
Declaration
public double HorizontalResolution { get; }
Property Value
Type |
Description |
---|---|
System.Double |
PaperWidthMM
Read-only property to retriece the device paper width in mm.
Declaration
public double PaperWidthMM { get; }
Property Value
Type |
Description |
---|---|
System.Double |
PrintWidthMM
Read-only property to retriece the devices horizontal printable area in mm.
Declaration
public double PrintWidthMM { get; }
Property Value
Type |
Description |
---|---|
System.Double |
VerticalResolution
Return the devices vertical resolution in dots per mm.
Declaration
public double VerticalResolution { get; }
Property Value
Type |
Description |
---|---|
System.Double |