PageInfo

Represents the result of a “PageInfo” ClientAction request, which askes the client printer device to report details of the installed paper size, printable area and print resolution.

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