Enum PdfGenerationOptions.PdfVersion
Specifies the PDF file format version or PDF/A conformance level.
public enum PdfGenerationOptions.PdfVersion
Fields
Pdf14 = 0PDF 1.4. Widely compatible, supports transparency.
PdfA1b = 1PDF/A-1b (ISO 19005-1, level B). Based on PDF 1.4. Visual reproduction only.
Pdf15 = 2PDF 1.5. Adds cross-reference streams and object streams.
Pdf16 = 3PDF 1.6. Adds AES encryption and OpenType font embedding.
Pdf17 = 4PDF 1.7 (ISO 32000-1). Default.
PdfA2b = 5PDF/A-2b (ISO 19005-2, level B). Based on PDF 1.7. Adds JPEG2000 and transparency support.
PdfA3b = 6PDF/A-3b (ISO 19005-3, level B). Based on PDF 1.7. Allows embedded files of any format.