ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfNoteBase Class / PopupOpen Property

In This Topic
    PopupOpen Property (PdfNoteBase)
    In This Topic
    Gets or sets a value indicating whether the popup associated with the current note should show when the document is opened.

    This property is false by default.

    Syntax
    'Declaration
     
    
    Public Overridable Property PopupOpen As Boolean
    public virtual bool PopupOpen {get; set;}
    See Also