  | 
HtmlToPdfOptionsPdfStandard Property  | 
 
            Defines the pdf standard used by the generated pdf document. 
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
Syntaxpublic PdfStandard PdfStandard { get; set; }Public Property PdfStandard As PdfStandard
	Get
	Set
Property Value
Type: 
PdfStandard
Remarks
            The default value is 
Full and in this case the full set of pdf features can be used in the generated document.
            This property can be used to instruct the converter to generate PDF/A, PDF/X or PDF/SiqQ compliant documents.
            
See Also