IPrintTextOptionDetails.MaxCharacters Property
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.
Gets the maximum allowed number of characters for the text of a print task option.
public:
property unsigned int MaxCharacters { unsigned int get(); };
uint32_t MaxCharacters();
public uint MaxCharacters { get; }
var uInt32 = iPrintTextOptionDetails.maxCharacters;
Public ReadOnly Property MaxCharacters As UInteger
Property Value
The maximum allowed number of characters for the text of a print task option.