Enum PdfACompliance
- Namespace
- LibreOfficeKit.Enums
- Assembly
- LibreOfficeKit.dll
Legacy PDF/A compliance level enum. Kept for backwards compatibility. Prefer using PdfVersion for new code.
public enum PdfACompliance
Fields
Level1B = 1PDF/A-1b (ISO 19005-1:2005).
Level2B = 2PDF/A-2b (ISO 19005-2:2011).
Level3B = 3PDF/A-3b (ISO 19005-3:2012).
None = 0No PDF/A compliance — uses default PDF 1.7.