|
PdfStandard Enumeration |
The list of pdf standards available.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax Public Enumeration PdfStandard
Members
| Member name | Value | Description |
---|
| Full | 0 |
The full pdf features can be used in the generated pdf document.
|
| PdfA | 1 |
The generated pdf is in conformance with PDF/A standard which makes the document
suitable for long term archiving.
|
| PdfX | 2 |
The generated PDF is in conformance with PDF/X standard which makes the document
suitable for graphics exchange.
|
| PdfSiqQLevelA | 3 |
The generated PDF is in conformance with PDF/SiqQ Level A standard which makes the document
suitable for being digitally signed.
|
| PdfSiqQLevelB | 4 |
The generated PDF is in conformance with PDF/SiqQ Level B standard which makes the document
suitable for being digitally signed.
|
See Also