Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / TextAnnotation Class / Open Property

In This Topic
    Open Property (TextAnnotation)
    In This Topic
    Gets or sets a flag specifying whether the annotation should initially be displayed open.
    Syntax
    'Declaration
     
    Public Property Open As System.Boolean
    public System.bool Open {get; set;}
    See Also