PageResolution.Y Property

Definition

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

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

Property Value

A nullable Int32 value that represents a vertical page resolution.

Remarks

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

Applies to