←Select platform

MaxLength Property

Summary

Maximum length of the field content.

Syntax
C#
VB
C++
Java
public int MaxLength { get; set; } 
Public Property MaxLength As Integer 
public int getMaxLength() 
public void setMaxLength(int maxLength) 
public: 
property int MaxLength { 
   int get(); 
   void set (    int ); 
} 

Property Value

Maximum length of the field content.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly