←Select platform

PDFFileType Enumeration

Summary
Specifies PDF and PS (Postscript) file type and version.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public enum PDFFileType  
<SerializableAttribute()> 
Public Enum PDFFileType  
public enum PDFFileType 
[SerializableAttribute()] 
public enum class PDFFileType  
Members
ValueMemberDescription
0Unknown Not a valid PDF or PS (Postscript) file
1PDF10 PDF Version 1.0
2PDF11 PDF Version 1.1
3PDF12 PDF Version 1.2
4PDF13 PDF Version 1.3
5PDF14 PDF Version 1.4
6PDF15 PDF Version 1.5
7PDF16 PDF Version 1.6
8PDF17 PDF Version 1.7
9Postscript Postscript file (PS)
10EncapsulatedPostscript Encapsulated Postscript file (EPS)
Remarks

The PDFFileType enumeration is used as the return value from PDFFile.GetPDFFileType method and as the type of the PDFDocument.FileType property. It determines the type and version of the PDF or PS file.

Note: The PDFDocument class can be associate with a PDF only and does not support Postscript files. As a result, the value of PDFDocument.FileType will only be one of the PDF version values.

Example

For an example, refer to PDFFile.GetPDFFileType and PDFDocument.

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.