[]
Gets or sets whether the exported PDF document should be marked as PDF/UA compliant.
The default value is false.
public bool MarkAsPdfUa { get; set; }
Public Property MarkAsPdfUa As Boolean
PDF/UA-compliant documents are not PDF/A-compliant, and vice versa.
This property is ignored if ExportStructureTags is false, because PDF/UA compliance requires a tagged PDF.