PdfDocumentOptionsPdfStandardSubset Property

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.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfStandardSubset PdfStandardSubset { get; set; }

Property Value

PdfStandardSubset

See Also