  | 
PdfStandard Enumeration | 
 
            The list of pdf standards available.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
SyntaxPublic 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. 
             | 
 | PdfA2B | 5 | 
            The generated pdf is in conformance with PDF/A-2B standard which makes the document
            suitable for long term archiving. 
             | 
See Also