Enum PdfComplianceLevel
- Namespace
- Slidize
- Assembly
- Slidize.Plugins.dll
Constants which define the PDF standards compliance level.
public enum PdfComplianceLevel
Fields
Pdf15 = 0
The output file will comply with the PDF 1.5 standard.
Pdf16 = 1
The output file will comply with the PDF 1.6 standard.
Pdf17 = 2
The output file will comply with the PDF 1.7 standard.
PdfA1a = 4
The output file will comply with the PDF/A-1a standard.
PdfA1b = 3
The output file will comply with the PDF/A-1b standard.
PdfA2a = 6
The output file will comply with the PDF/A-2a standard.
PdfA2b = 5
The output file will comply with the PDF/A-2b standard.
PdfA2u = 10
The output file will comply with the PDF/A-2u standard.
PdfA3a = 8
The output file will comply with the PDF/A-3a standard.
PdfA3b = 7
The output file will comply with the PDF/A-3b standard.
PdfUa = 9
The output file will comply with the PDF/UA standard.