←Select platform

ContentType Property

Summary

Content type.

Syntax

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

Leadtools.Pdf Assembly