ImageGear for .NET
OpenAnnotations Property (FileOpeningEventArgs)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback