PrintCustomTextOptionDetails.MaxCharacters Property

Definition

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

UInt32

unsigned int

uint32_t

The maximum number of characters.

Applies to