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: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfStandard PdfStandard { get; set; }

Property Value

PdfStandard

See Also