PdfCompliance Enumeration

Specifies the PDF compliance level to output file.

Namespace:  Aspose.Diagram.Saving
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum PdfCompliance
Members
  Member nameValueDescription
Pdf150 The output file will be PDF 1.5 compliant.
PdfA1a1 The output file will be PDF/A-1a compliant.
PdfA1b2 The output file will be PDF/A-1b compliant.
See Also