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: 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