PdfCompliance Enumeration |
Constants which define the PDF standards compliance level.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
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.
|
See Also