PrintTaskOptions.GetPagePrintTicket(PrintPageInfo) 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 and formatting data of a printed page.
public:
virtual IRandomAccessStream ^ GetPagePrintTicket(PrintPageInfo ^ printPageInfo) = GetPagePrintTicket;
IRandomAccessStream GetPagePrintTicket(PrintPageInfo const& printPageInfo);
public IRandomAccessStream GetPagePrintTicket(PrintPageInfo printPageInfo);
function getPagePrintTicket(printPageInfo)
Public Function GetPagePrintTicket (printPageInfo As PrintPageInfo) As IRandomAccessStream
Parameters
- printPageInfo
- PrintPageInfo
The formatting data for a given print section.
Returns
The print ticket data for the given page(s), to be sent down the print pipeline.
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|