IPrintTextOptionDetails
IPrintTextOptionDetails
IPrintTextOptionDetails
IPrintTextOptionDetails
Interface
Definition
Represents objects that describe the text of a print task option.
public : interface IPrintTextOptionDetailspublic interface IPrintTextOptionDetailsPublic Interface IPrintTextOptionDetails// You can use this interface in JavaScript.
- Inheritance
-
IPrintTextOptionDetailsIPrintTextOptionDetailsIPrintTextOptionDetailsIPrintTextOptionDetails
- 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
IPrintTextOptionDetails inherits IPrintOptionDetails. Types that implement IPrintTextOptionDetails also implement the interface members of IPrintOptionDetails.
Properties
MaxCharacters MaxCharacters MaxCharacters MaxCharacters
Gets the maximum allowed number of characters for the text of a print task option.
public : unsigned int MaxCharacters { get; }public uint MaxCharacters { get; }Public ReadOnly Property MaxCharacters As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The maximum allowed number of characters for the text of a print task option.