PdfStandardSubset Enumeration |
The PDF subset used by the document.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public enum PdfStandardSubset
Public Enumeration PdfStandardSubset
Members
| Member name | Value | Description |
---|
| 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,
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.
|
| Pdf_SiqQ_a | 3 |
The generated PDF is in conformance with PDF/SiqQ Level A standard which makes the document
suitable for being digitally signed.
In PDF/SiqQ Level A all the true type fonts are embedded in the PDF document and the
external HTTP links are disabled.
|
| Pdf_SiqQ_b | 4 |
The generated PDF is in conformance with PDF/SiqQ Level B standard which makes the document
suitable for being digitally signed. In PDF/SiqQ Level A all the true type fonts are embedded
in the generated PDF document.
|
See Also