ImageGear .NET v24.12 - Updated
AnnotationsAreAvailable Method




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : AnnotationsAreAvailable Method
Returns whether or not the annotation assembly (ImageGear.Windows.Controls.Art.dll) is available.
Syntax
'Declaration
 
Public Function AnnotationsAreAvailable() As Boolean
'Usage
 
Dim instance As PageView
Dim value As Boolean
 
value = instance.AnnotationsAreAvailable()
public bool AnnotationsAreAvailable()
public: bool AnnotationsAreAvailable(); 
public:
bool AnnotationsAreAvailable(); 

Return Value

Boolean value.
Remarks
If the annotation assembly is not available, an exception will occur when trying to access annotation functionality. If you right click on an annotation and the annotation assembly is not available, the context menu will be displayed with page menu items rather than annotation menu items.
See Also

Reference

PageView Class
PageView Members