←Select platform

ContentType Property

Summary

Content type.

Syntax
C#
VB
C++
Java
public int ContentType { get; set; } 
Public Property ContentType As Integer 
public int getContentType() 
public void setContentType(int contentType) 
public: 
property int ContentType { 
   int get(); 
   void set (    int ); 
} 

Property Value

Field type. In most cases, this is one of the ContentTypeXYZ 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