Gets or sets the maximum length of a barcode string.
public int MaximumLength {get; set;}
public int MaximumLength {get; set;}
get_MaximumLength();
set_MaximumLength(value);
public:
property int MaximumLength {
int get();
void set ( int value);
}
'Declaration
Public Property MaximumLength As Integer
'Usage
Dim instance As Barcode1d
Dim value As Integer
instance.MaximumLength = value
value = instance.MaximumLength
Property Value
The maximum length of a barcode string. This must be no greater than 64.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2