ImageGear PDF v25.2 - Updated
OpenAnnotations Property (FileOpeningEventArgs)




ImageGear.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > FileOpeningEventArgs Class : OpenAnnotations Property
Gets or sets a value indicating whether annotations will be opened.
Syntax
'Declaration
 
Public Property OpenAnnotations As Boolean
'Usage
 
Dim instance As FileOpeningEventArgs
Dim value As Boolean
 
instance.OpenAnnotations = value
 
value = instance.OpenAnnotations
public bool OpenAnnotations {get; set;}
public: __property bool get_OpenAnnotations();
public: __property void set_OpenAnnotations( 
   bool value
);
public:
property bool OpenAnnotations {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks

Defaults to false.

If set to true, then the ART assembly is required.

See Also

Reference

FileOpeningEventArgs Class
FileOpeningEventArgs Members

Is this page helpful?
Yes No
Thanks for your feedback.