←Select platform

MaximumLength Property

Summary

Gets or sets the maximum length of a barcode string.

Syntax

C#
VB
C++
public int MaximumLength {get; set;} 
Public Property MaximumLength As Integer 
public: 
property int MaximumLength { 
   int get(); 
   void set (    int ); 
} 

Property Value

The maximum length of a barcode string. This must be no greater than 64.

Requirements

Target Platforms

See Also

Reference

Barcode1d Class

Barcode1d Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly