C#
VB
C++
Gets or sets the maximum length of a barcode string.
[DataMemberAttribute(Name="MaximumLength", IsRequired=true)]public int MaximumLength { get; set; }
<DataMemberAttribute(Name="MaximumLength", IsRequired=True)>Public Property MaximumLength As Integer
[DataMemberAttribute(Name="MaximumLength", IsRequired=true)]public:property int MaximumLength {int get();void set ( int );}
The maximum length of a barcode string. This must be no greater than 64.
For an example, refer to Barcode1d example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
