Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionHide Class / Hide Property

In This Topic
    Hide Property
    In This Topic
    Gets or sets a flag indicating whether to hide the annotation (if property is true) or show it.
    Syntax
    'Declaration
     
    Public Property Hide As System.Boolean
    public System.bool Hide {get; set;}
    See Also