Show / Hide Table of Contents

Class PageInfo

用紙サイズ、印刷可能領域、および印刷解像度の詳細を報告するようにクライアントプリンターデバイスに要求する"PageInfo" ClientAction 要求の結果を表します。

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()
In This Article
Back to top