![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFDocument Class : FileType Property |
public PDFFileType FileType {get;}
'Declaration
Public ReadOnly Property FileType As PDFFileType
'Usage
Dim instance As PDFDocument Dim value As PDFFileType value = instance.FileType
public PDFFileType getFileType()
public: property PDFFileType FileType { PDFFileType get(); }
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.