←Select platform

FieldType Property

Summary

Field type.

Syntax

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

Leadtools.Pdf Assembly