TdxPDFVersion Enum
In This Article
Enumerates supported Portable Document Format versions.
#Declaration
Delphi
TdxPDFVersion = (
v1_0,
v1_1,
v1_2,
v1_3,
v1_4,
v1_5,
v1_6,
v1_7
);
#Members
Name | Description |
---|---|
v1_0
|
1. |
v1_1
|
1. |
v1_2
|
1. |
v1_3
|
1. |
v1_4
|
1. |
v1_5
|
1. |
v1_6
|
1. |
v1_7
|
1. |
#Remarks
A PDF document container‘s Information.Version property references the TdxPDFVersion type.
See Also