Gets the file type or version of this PDF document.
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();
}
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.
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.
For an example, refer to PDFDocument.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET