LEADTOOLS PDF (Leadtools.Pdf assembly)

FileType Property

Show in webframe





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:
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. 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.