Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / LaunchOptions Class / DisablePdfTagging Property

In This Topic
    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