Specifies PDF and PS (Postscript) file type and version
[SerializableAttribute()]
public enum PDFFileType
<SerializableAttribute()>
Public Enum PDFFileType
public enum PDFFileType
[SerializableAttribute()]
public enum class PDFFileType
Value | Member | Description |
---|---|---|
0 | Unknown | Not a valid PDF or PS (Postscript) file |
1 | PDF10 | PDF Version 1.0 |
2 | PDF11 | PDF Version 1.1 |
3 | PDF12 | PDF Version 1.2 |
4 | PDF13 | PDF Version 1.3 |
5 | PDF14 | PDF Version 1.4 |
6 | PDF15 | PDF Version 1.5 |
7 | PDF16 | PDF Version 1.6 |
8 | PDF17 | PDF Version 1.7 |
9 | Postscript | Postscript file (PS) |
10 | EncapsulatedPostscript | Encapsulated Postscript file (EPS) |
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document