DisablePdfTagging Property
In This Topic
Gets or sets a value indicating whether to do not emit tags when printing PDFs. Defaults to false.
Syntax
'Declaration
Public Property DisablePdfTagging As System.Boolean
public System.bool DisablePdfTagging {get; set;}
See Also