Defines the PDF subset used by the PDF document generated by the HTML to PDF converter. The default value is Full. This property can be used to instruct the converter to generate PDF/A or PDF/X compliant documents.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfStandardSubset PdfStandardSubset { get; set; }
Visual Basic
Public Property PdfStandardSubset As PdfStandardSubset
	Get
	Set
Visual C++
public:
property PdfStandardSubset PdfStandardSubset {
	PdfStandardSubset get ();
	void set (PdfStandardSubset value);
}

Property Value

Type: PdfStandardSubset

See Also