←Select platform

Open Property

Summary

Indicates whether this note annotation is opened or not.

Syntax
C#
VB
C++
Java
public bool Open { get; set; } 
Public Property Open As Boolean 
public boolean getOpen() 
public void setOpen(boolean open) 
public: 
property bool Open { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the note pop up window is opened; otherwise, it is false. The default value is false.

Example

For an example, refer to PDFNoteAnnotation.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly