←Select platform

State Property

Summary
State of the field is supported.
Syntax
C#
C++/CLI
Java
Python
public int State { get; set; } 
public int getState(); 
public void setState( 
   int intValue 
); 
public: 
property int State { 
   int get(); 
   void set (    int ); 
} 
State # get and set (PDFFormField) 

Property Value

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

Value Name Description
-1 StateUndefined The state is undefined or not used.
0 StateNotSelected The state is unselected or unchecked.
1 StateSelected The state is selected or checked.
Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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