|
Whether to automatically tag the document for accessibility.
If this property is set to true then you can set the Doc.TextStyle.AutoTag
property to true and methods like Doc.AddText
and Doc.AddTextStyled
will then produce tagged output.
You can achieve more control over the tagging process using the
methods on the Doc.Tag
property.
|