PdfDocumentCreateSettingsPdfStandard Property

PDF standard targeted by the document. When set to a tagging-enabled standard (PDF/UA-1, PDF/UA-2, PDF/A-2a or any combined PDF/UA + PDF/A flavor), elements added via PdfDocument.AddText, AddImage and AddRectangle are automatically inserted into the structure tree. Default value is PdfStandard.None

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