LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Open Property






Gets or sets a value that indicates whether this note annotation is opened or not.
Syntax
public bool Open {get; set;}
'Declaration
 
Public Property Open As Boolean
'Usage
 
Dim instance As PDFNoteAnnotation
Dim value As Boolean
 
instance.Open = value
 
value = instance.Open
public bool Open {get; set;}
 get_Open();
set_Open(value);
public:
property bool Open {
   bool get();
   void set (    bool value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFNoteAnnotation Class
PDFNoteAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.