PdfCompliance Enumeration |
Constants which define the PDF standards compliance level.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic enum PdfCompliance
Public Enumeration PdfCompliance
public enum class PdfCompliance
Members
| Member name | Value | Description |
---|
| Pdf15 | 0 |
The output file will comply with the PDF 1.5 standard.
|
| PdfA1b | 1 |
The output file will comply with the PDF/A-1b standard.
|
| PdfA1a | 2 |
The output file will comply with the PDF/A-1a standard.
|
| PdfUa | 3 |
The output file will comply with the PDF/UA standard.
|
See Also