IPrintTaskOptionsCore
IPrintTaskOptionsCore
IPrintTaskOptionsCore
IPrintTaskOptionsCore
Interface
Definition
Represents the core functionality for a PrintTaskOptions object.
public : interface IPrintTaskOptionsCorepublic interface IPrintTaskOptionsCorePublic Interface IPrintTaskOptionsCore// You can use this interface 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)
|
Methods
GetPageDescription(UInt32) GetPageDescription(UInt32) GetPageDescription(UInt32) GetPageDescription(UInt32)
Gets the page description for a print job.
public : PrintPageDescription GetPageDescription(unsigned int jobPageNumber)public PrintPageDescription GetPageDescription(UInt32 jobPageNumber)Public Function GetPageDescription(jobPageNumber As UInt32) As PrintPageDescription// You can use this method in JavaScript.
Parameters
- jobPageNumber
- unsigned int UInt32 UInt32 UInt32
The job page number.
Returns
The page description data.