←Select platform

MaximumLength Property

Summary

Gets or sets the maximum length of a barcode string.

Syntax

C#
VB
C++
[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 ); 
} 

Property Value

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

Example

For an example, refer to Barcode1d example.

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.Services.Barcode.DataContracts Assembly