PrintCustomTextOptionDetails.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 or sets the maximum number of characters for the display name of the custom print task option.
public:
property unsigned int MaxCharacters { unsigned int get(); void set(unsigned int value); };
uint32_t MaxCharacters();
void MaxCharacters(uint32_t value);
public uint MaxCharacters { get; set; }
var uInt32 = printCustomTextOptionDetails.maxCharacters;
printCustomTextOptionDetails.maxCharacters = uInt32;
Public Property MaxCharacters As UInteger
Property Value
The maximum number of characters.