PageResolution.X Property

Definition

Gets the dots-per-inch measure of the horizontal page resolution.

public:
 property Nullable<int> X { Nullable<int> get(); };
public int? X { get; }
member this.X : Nullable<int>
Public ReadOnly Property X As Nullable(Of Integer)

Property Value

An Int32 value that represents a horizontal page resolution.

Remarks

For most printers, this value is the paper dimension that is perpendicular to the direction of paper movement through the printer, and Y is the paper dimension that is parallel to the direction of paper movement. The two values are usually the same.

Applies to