←Select platform

MaxLength Property

Summary

Maximum length of the field content.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly