←Select platform

FileType Property

Summary

Gets the file type or version of this PDF document.

Syntax

C#
VB
Java
C++
public PDFFileType FileType { get; } 
Public ReadOnly Property FileType As Leadtools.Pdf.PDFFileType 
public PDFFileType getFileType() 
public: 
property Leadtools.Pdf.PDFFileType FileType { 
   Leadtools.Pdf.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly