PDFExportVersions Enumeration
|
This enumeration represents PDF format
versions that can be used during the export process.
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public enum PDFExportVersions
Public Enumeration PDFExportVersions
public enum class PDFExportVersions
Members
| Member name |
Value |
Description |
| PDFv1_0 |
10 |
|
| PDFv1_1 |
11 |
|
| PDFv1_2 |
12 |
|
| PDFv1_3 |
13 |
|
| PDFv1_4 |
14 |
|
| PDFv1_5 |
15 |
|
| PDFv1_6 |
16 |
|
| PDFv1_7 |
17 |
|
| PDFv2_0 |
20 |
|
| Last |
20 |
|
See Also