PrintTaskOptions.GetPageDescription(UInt32) Method
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.
Retrieves the physical dimensions of the printed page.
PrintPageDescription GetPageDescription(uint32_t const& jobPageNumber);
public PrintPageDescription GetPageDescription(uint jobPageNumber);
function getPageDescription(jobPageNumber)
Public Function GetPageDescription (jobPageNumber As UInteger) As PrintPageDescription
Parameters
- jobPageNumber
-
UInt32
uint32_t
The page number.
Returns
The page description data.
Implements
M:Windows.Graphics.Printing.IPrintTaskOptionsCore.GetPageDescription(System.UInt32)
M:Windows.Graphics.Printing.IPrintTaskOptionsCore.GetPageDescription(uint32_t)