LEADTOOLS PDF (Leadtools.Pdf assembly)

Open Property

Show in webframe





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:
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

See Also

Reference

PDFNoteAnnotation Class
PDFNoteAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.