Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsPdfStandard Property

Defines the pdf standard used by the generated pdf document.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public PdfStandard 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