IPrintNumberOptionDetails
IPrintNumberOptionDetails
IPrintNumberOptionDetails
IPrintNumberOptionDetails
Interface
Definition
Represents objects that define the enumerated values of the print task options.
public : interface IPrintNumberOptionDetailspublic interface IPrintNumberOptionDetailsPublic Interface IPrintNumberOptionDetails// You can use this interface in JavaScript.
- Inheritance
-
IPrintNumberOptionDetailsIPrintNumberOptionDetailsIPrintNumberOptionDetailsIPrintNumberOptionDetails
- 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)
|
Inherited Members
Inherited properties
Inherited methods
Remarks
Interface inheritance
IPrintNumberOptionDetails inherits IPrintOptionDetails. Types that implement IPrintNumberOptionDetails also implement the interface members of IPrintOptionDetails.
Properties
MaxValue MaxValue MaxValue MaxValue
Gets the maximum enumerated value of the print task option.
public : unsigned int MaxValue { get; }public uint MaxValue { get; }Public ReadOnly Property MaxValue As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The maximum enumerated value of the print task option.
MinValue MinValue MinValue MinValue
Gets the minimum enumerated value of the print task option.
public : unsigned int MinValue { get; }public uint MinValue { get; }Public ReadOnly Property MinValue As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The minimum enumerated value of the print task option.