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
Members
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.
For an example, refer to PDFFile.GetPDFFileType and PDFDocument.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET