|
HtmlToPdfOptionsPdfStandard Property |
Defines the pdf standard used by the generated pdf document.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfStandard PdfStandard { get; set; }
Public Property PdfStandard As PdfStandard
Get
Set
Property Value
Type:
PdfStandardRemarks
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