PdfFormat

PdfFormat enumeration

Represents supported PDF format standards and versions.

public enum PdfFormat

Values

Name Value Description
PdfA1A 0 Represents the PDF/A-1a format.
PdfA1B 1 Represents the PDF/A-1b format.
PdfA2A 2 Represents the PDF/A-2a format.
PdfA3A 3 Represents the PDF/A-3a format.
PdfA2B 4 Represents the PDF/A-2b format.
PdfA2U 5 Represents the PDF/A-2u format.
PdfA3B 6 Represents the PDF/A-3b format.
PdfA3U 7 Represents the PDF/A-3u format.
Pdf10 8 Represents the PDF 1.0 format.
Pdf11 9 Represents the PDF 1.1 format.
Pdf12 10 Represents the PDF 1.2 format.
Pdf13 11 Represents the PDF 1.3 format.
Pdf14 12 Represents the PDF 1.4 format.
Pdf15 13 Represents the PDF 1.5 format.
Pdf16 14 Represents the PDF 1.6 format.
Pdf17 15 Represents the PDF 1.7 format.
Pdf20 16 Represents the PDF 2.0 format.
PdfUa1 17 Represents the PDF/UA-1 (Universal Accessibility) format.
PdfX1A2001 18 Represents the PDF/X-1a:2001 format.
PdfX1A 19 Represents the PDF/X-1a format.
PdfX3 20 Represents the PDF/X-3 format.
ZugFeRD 21 Represents the ZUGFeRD format (electronic invoice standard based on PDF).
PdfA4 22 Represents the PDF/A-4 format.
PdfA4E 23 Represents the PDF/A-4e format (engineering).
PdfA4F 24 Represents the PDF/A-4f format (file attachments).
PdfX4 25 Represents the PDF/X-4 format.
Unknown 26 Represents an unknown or unsupported PDF format.

See Also