ImageGear .NET - Updated May 30, 2018
OpenAnnotations Property (FileOpeningEventArgs)




ImageGear24.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

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