IPrintSchemaParameterDefinition interface
The IPrintSchemaParameterDefinition interface represents a parameter definition, as defined in the Print Schema Specification.
For more information about the four data types that you can use with the <psf:ParameterDef> element, see section 2.1.3.1 of the Print Schema Specification.
Members
The IPrintSchemaParameterDefinition interface inherits from IPrintSchemaDisplayableElement. IPrintSchemaParameterDefinition also has these types of members:
Properties
The IPrintSchemaParameterDefinition interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
The DataType property Gets the PrintSchemaParameterDataType enumerated value that indicates the expected data type for the Print Schema parameter. | |
|
Read-only |
The RangeMax property Gets the maximum value of the allowed data range. | |
|
Read-only |
The RangeMin property Gets the minimum value of the allowed data range. | |
|
Read-only |
The UnitType property Gets the unit type. | |
|
Read-only |
The UserInputRequired property Gets the Boolean value that indicates whether or not a user input value is required for the Print Schema parameter. |
Requirements
|
Minimum supported client |
Windows 8.1 |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Header |
|
See also