PrintPageDescription PrintPageDescription PrintPageDescription PrintPageDescription Struct

Definition

Represents the data that describes a document page.

public : struct PrintPageDescriptionpublic struct PrintPageDescriptionPublic Structure PrintPageDescription// You can use this struct in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

DpiX DpiX DpiX DpiX

The resolution in dots per inch (DPI) for the X dimension of the page.

public : field unsigned int DpiXpublic field uint DpiXPublic Field DpiX// You can use this field in JavaScript.
Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

DpiY DpiY DpiY DpiY

The resolution in dots per inch (DPI) for the Y dimension of the page.

public : field unsigned int DpiYpublic field uint DpiYPublic Field DpiY// You can use this field in JavaScript.
Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

ImageableRect ImageableRect ImageableRect ImageableRect

The Rect within the page size on which content may actually be printed. Content outside of the , whether less or greater than the page size, will be cropped by the print target. The is specified in device independent pixels (DIPs).

public : field Rect ImageableRectpublic field Rect ImageableRectPublic Field ImageableRect// You can use this field in JavaScript.
Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

PageSize PageSize PageSize PageSize

The page size in device independent pixels (DIPs).

public : field Size PageSizepublic field Size PageSizePublic Field PageSize// You can use this field in JavaScript.
Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)