Enum PdfStandardSubset
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
This enumeration represents the possible standards used by a PDF document
public enum PdfStandardSubset
Fields
Full = 0
The full PDF features can be used in the generated PDF document.
Pdf_A_1b = 1
The generated PDF is in conformance with PDF/A 1b standard which makes the document suitable for long term archiving. All the true type fonts are embedded in the PDF document, external HTTP links are disabled, transparencies are disabled, and some special metadata to identify the document as PDF/A compliant is inserted in the generated document.
Pdf_X_1a = 2
The generated PDF is in conformance with PDF/X 1a standard which makes the document suitable for graphics exchange.