PdfComplianceLevel

PdfComplianceLevel enumeration

Represents a list of supported PDF compliance levels.

public enum PdfComplianceLevel

Values

Name Value Description
Auto 0 The output file will comply with the PDF/A-1b standard by default.
PdfA1a 1 The output file will comply with the PDF/A-1a standard.

Remarks

Learn more

See Also