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

Property Value

PdfStandard

See Also