PdfDocumentOptionsPdfStandard Property

Gets or sets the PDF standards compliance level for the generated document. The default is None which means plain PDF without tagging

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public PdfStandard PdfStandard { get; set; }

Property Value

PdfStandard

See Also