PrintTicketParameterDefinition Class

Definition

Represents the definition and value characteristics of a print parameter.

public ref class PrintTicketParameterDefinition sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PrintTicketParameterDefinition final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PrintTicketParameterDefinition
Public NotInheritable Class PrintTicketParameterDefinition
Inheritance
Object Platform::Object IInspectable PrintTicketParameterDefinition
Attributes

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Properties

DataType

Gets the data type of this print parameter.

Name

Gets the canonical name of this print parameter

RangeMax

Gets the maximum value that can be assigned to this print parameter (assuming an integer datatype) or the maximum length of string that can be assigned (assuming a string datatype).

RangeMin

Gets the minimum value that can be assigned to this print parameter (assuming an integer datatype) or the minimum length of string that can be assigned (assuming a string datatype).

UnitType

Gets the unit type associated with the value of this print parameter.

XmlNamespace

Gets the XML namespace of the print parameter.

XmlNode

Get the XML node of the print parameter.

Applies to