TdxPDFVersion Enum
Enumerates supported Portable Document Format versions.
Declaration
TdxPDFVersion = (
v1_0,
v1_1,
v1_2,
v1_3,
v1_4,
v1_5,
v1_6,
v1_7
);
Members
Name | Description |
---|---|
v1_0
|
1.0 |
v1_1
|
1.1 |
v1_2
|
1.2 |
v1_3
|
1.3 |
v1_4
|
1.4. ExpressPrinting System generates PDF documents according to this format version. |
v1_5
|
1.5 |
v1_6
|
1.6 |
v1_7
|
1.7. (ISO 32000-1): 2008. The PDF document‘s SaveToFile and SaveToStream procedures use this format version. |
Remarks
A PDF document container‘s Information.Version property references the TdxPDFVersion type.
See Also