PrintPageInfo
PrintPageInfo
PrintPageInfo
PrintPageInfo
Class
Definition
Stores formatting data for a single section of printable pages.
public : sealed class PrintPageInfo : IPrintPageInfopublic sealed class PrintPageInfo : IPrintPageInfoPublic NotInheritable Class PrintPageInfo Implements IPrintPageInfo// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Constructors
PrintPageInfo() PrintPageInfo() PrintPageInfo() PrintPageInfo()
Initializes an instance of the PrintPageInfo class.
public : PrintPageInfo()public PrintPageInfo()Public Sub New()// This API is not available in Javascript.
Properties
DpiX DpiX DpiX DpiX
Gets the print resolution on the horizontal axis for the given print section.
public : unsigned int DpiX { get; set; }public uint DpiX { get; set; }Public ReadWrite Property DpiX As uint// This API is not available in Javascript.
- Value
- unsigned int uint uint uint
Print resolution in dots per inch.
DpiY DpiY DpiY DpiY
Gets the print resolution on the vertical axis for the given print section.
public : unsigned int DpiY { get; set; }public uint DpiY { get; set; }Public ReadWrite Property DpiY As uint// This API is not available in Javascript.
- Value
- unsigned int uint uint uint
Print resolution in dots per inch.
MediaSize MediaSize MediaSize MediaSize
Gets or sets the media size option of the given print section.
public : PrintMediaSize MediaSize { get; set; }public PrintMediaSize MediaSize { get; set; }Public ReadWrite Property MediaSize As PrintMediaSize// This API is not available in Javascript.
The media size option.
Orientation Orientation Orientation Orientation
Gets or sets the orientation option for the given print section.
public : PrintOrientation Orientation { get; set; }public PrintOrientation Orientation { get; set; }Public ReadWrite Property Orientation As PrintOrientation// This API is not available in Javascript.
The orientation for the section.