←Select platform

State Property

Summary
State of the field is supported.
Syntax
C#
VB
C++
Java
public int State { get; set; } 
Public Property State As Integer 
public int getState(); 
public void setState( 
   int intValue 
); 
public: 
property int State { 
   int get(); 
   void set (    int ); 
} 

Property Value

State of the field is supported. In most cases, this is one of the StateXYZ constant values defined in PDFFormField. The default value is 0.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.