Table of Contents

Enum PdfGenerationOptions.PdfVersion

Namespace
LMKit.Document.Pdf
Assembly
LM-Kit.NET.dll

Specifies the PDF file format version or PDF/A conformance level.

public enum PdfGenerationOptions.PdfVersion

Fields

Pdf14 = 0

PDF 1.4. Widely compatible, supports transparency.

PdfA1b = 1

PDF/A-1b (ISO 19005-1, level B). Based on PDF 1.4. Visual reproduction only.

Pdf15 = 2

PDF 1.5. Adds cross-reference streams and object streams.

Pdf16 = 3

PDF 1.6. Adds AES encryption and OpenType font embedding.

Pdf17 = 4

PDF 1.7 (ISO 32000-1). Default.

PdfA2b = 5

PDF/A-2b (ISO 19005-2, level B). Based on PDF 1.7. Adds JPEG2000 and transparency support.

PdfA3b = 6

PDF/A-3b (ISO 19005-3, level B). Based on PDF 1.7. Allows embedded files of any format.

Share