LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

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 FileType {get;}
 get_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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocument Class
PDFDocument Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.