IPrintTextOptionDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents objects that describe the text of a print task option.
public interface class IPrintTextOptionDetails : IPrintOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2910184803, 23780, 18108, 153, 24, 171, 159, 173, 20, 76, 91)]
struct IPrintTextOptionDetails : IPrintOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2910184803, 23780, 18108, 153, 24, 171, 159, 173, 20, 76, 91)]
public interface IPrintTextOptionDetails : IPrintOptionDetails
Public Interface IPrintTextOptionDetails
Implements IPrintOptionDetails
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Remarks
Interface inheritance
IPrintTextOptionDetails inherits IPrintOptionDetails. Types that implement IPrintTextOptionDetails also implement the interface members of IPrintOptionDetails.
Properties
ErrorText |
Gets or sets the string for an error condition. (Inherited from IPrintOptionDetails) |
MaxCharacters |
Gets the maximum allowed number of characters for the text of a print task option. |
OptionId |
Gets the ID for a print task option. (Inherited from IPrintOptionDetails) |
OptionType |
Gets the option type for a print task option. (Inherited from IPrintOptionDetails) |
State |
Gets or sets the state of a print task option. (Inherited from IPrintOptionDetails) |
Value |
Gets the enumerated value of a print task option. (Inherited from IPrintOptionDetails) |
Methods
TrySetValue(Object) |
Sets the value for the print task option. (Inherited from IPrintOptionDetails) |