Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

FileType Property






Gets the file type or version of this PDF document.
Syntax
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();
}

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

See Also

Reference

PDFDocument Class
PDFDocument Members

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features