PdfCompliance Enumeration |
Specifies the PDF standards compliance level
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.1.1.0
Syntaxpublic enum PdfCompliance
Public Enumeration PdfCompliance
public enum class PdfCompliance
Members
| Member name | Value | Description |
---|
| Pdf15 | 0 |
PDF 1.5 standard
|
| Pdf17 | 1 |
PDF 1.7 standard
|
| PdfA1a | 2 |
PDF/A-1a standard. This level includes all the requirements of PDF/A-1b and additionally requires that document structure be included
(also known as being "tagged"), with the objective of ensuring that document content can be searched and repurposed.
|
| PdfA1b | 3 |
PDF/A-1b standard. PDF/A-1b has the objective of ensuring reliable reproduction of the visual appearance of the document.
|
See Also