The PDF subset used by the document.

C# | Visual Basic | Visual C++ |
public enum PdfStandardSubset
Public Enumeration PdfStandardSubset
public enum class PdfStandardSubset

Member | Description |
---|---|
Full |
The full PDF features can be used in the generated PDF document.
|
Pdf_A_1b |
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 |
The generated PDF is in conformance with PDF/X 1a standard which makes the document
suitable for graphics exchange.
|
Pdf_SiqQ_a |
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 |
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.
|
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)