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
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.