←Select platform

FieldType Property

Summary

Field type.

Syntax
C#
VB
C++
Java
public int FieldType { get; set; } 
Public Property FieldType As Integer 
public int getFieldType() 
public void setFieldType(int type) 
public: 
property int FieldType { 
   int get(); 
   void set (    int ); 
} 

Property Value

Field type. In most cases, this is one of the FieldTypeXYZ constants defined in PDFFormField.

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