IPrintTaskOptionsCoreProperties
IPrintTaskOptionsCoreProperties
IPrintTaskOptionsCoreProperties
IPrintTaskOptionsCoreProperties
Interface
Definition
An interface with properties that provide access to the core options for a print task.
public : interface IPrintTaskOptionsCorePropertiespublic interface IPrintTaskOptionsCorePropertiesPublic Interface IPrintTaskOptionsCoreProperties// You can use this interface in JavaScript.
- Attributes
| 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)
|
Properties
Binding Binding Binding Binding
Gets or sets the binding option for a print task.
public : PrintBinding Binding { get; set; }public PrintBinding Binding { get; set; }Public ReadWrite Property Binding As PrintBinding// You can use this property in JavaScript.
The binding option.
Collation Collation Collation Collation
Gets or sets the collation option for a print task.
public : PrintCollation Collation { get; set; }public PrintCollation Collation { get; set; }Public ReadWrite Property Collation As PrintCollation// You can use this property in JavaScript.
The collation option.
ColorMode ColorMode ColorMode ColorMode
Gets or sets the color mode option for the print task.
public : PrintColorMode ColorMode { get; set; }public PrintColorMode ColorMode { get; set; }Public ReadWrite Property ColorMode As PrintColorMode// You can use this property in JavaScript.
The color mode option.
Duplex Duplex Duplex Duplex
Gets or sets the duplex option for a print task.
public : PrintDuplex Duplex { get; set; }public PrintDuplex Duplex { get; set; }Public ReadWrite Property Duplex As PrintDuplex// You can use this property in JavaScript.
The duplex option.
HolePunch HolePunch HolePunch HolePunch
Gets or sets the hole punch option for the print task.
public : PrintHolePunch HolePunch { get; set; }public PrintHolePunch HolePunch { get; set; }Public ReadWrite Property HolePunch As PrintHolePunch// You can use this property in JavaScript.
The hole punch option.
MaxCopies MaxCopies MaxCopies MaxCopies
Gets the MaxCopies option for the print task.
public : unsigned int MaxCopies { get; }public uint MaxCopies { get; }Public ReadOnly Property MaxCopies As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The MaxCopies option.
MediaSize MediaSize MediaSize MediaSize
Gets or sets the media size option of the print task.
public : PrintMediaSize MediaSize { get; set; }public PrintMediaSize MediaSize { get; set; }Public ReadWrite Property MediaSize As PrintMediaSize// You can use this property in JavaScript.
The media size option.
MediaType MediaType MediaType MediaType
Gets or sets the media type option for the print task.
public : PrintMediaType MediaType { get; set; }public PrintMediaType MediaType { get; set; }Public ReadWrite Property MediaType As PrintMediaType// You can use this property in JavaScript.
The media type option.
MinCopies MinCopies MinCopies MinCopies
Gets the MinCopies option for the print task.
public : unsigned int MinCopies { get; }public uint MinCopies { get; }Public ReadOnly Property MinCopies As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The MinCopies option.
NumberOfCopies NumberOfCopies NumberOfCopies NumberOfCopies
Gets or sets the NumberOfCopies option for a print task.
public : unsigned int NumberOfCopies { get; set; }public uint NumberOfCopies { get; set; }Public ReadWrite Property NumberOfCopies As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The NumberOfCopies option.
Orientation Orientation Orientation Orientation
Gets or sets the orientation option for a print task.
public : PrintOrientation Orientation { get; set; }public PrintOrientation Orientation { get; set; }Public ReadWrite Property Orientation As PrintOrientation// You can use this property in JavaScript.
The orientation option.
PrintQuality PrintQuality PrintQuality PrintQuality
Gets or sets the print quality option for a print task.
public : PrintQuality PrintQuality { get; set; }public PrintQuality PrintQuality { get; set; }Public ReadWrite Property PrintQuality As PrintQuality// You can use this property in JavaScript.
The print quality option.