[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.PdfOutputSettings.MarkAsPdfUa

MarkAsPdfUa Property

MarkAsPdfUa

Gets or sets whether the exported PDF document should be marked as PDF/UA compliant.

The default value is false.

Declaration
public bool MarkAsPdfUa { get; set; }
Public Property MarkAsPdfUa As Boolean
Remarks

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.

See Also