PageResolution.Y Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.