ExpertPdf Html to Pdf Converter Library
PdfStandardSubset Property
NamespacesExpertPdf.HtmlToPdfPdfConverterPdfStandardSubset
ExpertPdf Html to Pdf Converter Library
Defines the PDF subset used by the generated PDF. The default value is Full. This property can be used to instruct the converter to generate PDF/A, PDF/X or PDF/SiqQ compliant documents.
Declaration Syntax
C#Visual BasicVisual C++
public PdfStandardSubset PdfStandardSubset { get; set; }
Public Property PdfStandardSubset As PdfStandardSubset
	Get
	Set
public:
property PdfStandardSubset PdfStandardSubset {
	PdfStandardSubset get ();
	void set (PdfStandardSubset value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)