←Select platform

FileType Property

Summary
Gets the file type or version of this PDF document.
Syntax
C#
VB
C++
Java
public PDFFileType FileType { get; } 
Public ReadOnly Property FileType As PDFFileType 
public PDFFileType getFileType(); 
public: 
property PDFFileType FileType { 
   PDFFileType get(); 
} 

Property Value

A PDFFileType enumeration member that specifies the file type of version of the PDF file associated with this PDFDocument. The default value is PDFFileType.Unknown.

Remarks

The file type or version is automatically read from the PDF file when the PDFDocument is constructed.

To convert a PDF file to another version, use the PDFFile.Convert method.

Example

For an example, refer to PDFDocument.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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