←Select platform

Open Property

Summary

Indicates whether this note annotation is opened or not.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly