Class 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.
Inheritance
System.Object
PageInfo
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StarMicronics.CloudPrnt.CpMessage
Assembly: cs.temp.dll.dll
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 |
Methods
Equals(Object)
For test
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
For test
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()