Click or drag to resize

PdfConverterPdfStandardSubset Property

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.

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public PdfStandardSubset PdfStandardSubset { get; set; }

Property Value

Type: PdfStandardSubset
See Also