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

Property Value

PdfStandard

See Also