Returns whether or not the annotation assembly (ImageGear.Windows.Controls.Art.dll) is available.
Syntax
public bool AnnotationsAreAvailable()
public: bool AnnotationsAreAvailable();
public:
bool AnnotationsAreAvailable();
'Declaration
Public Function AnnotationsAreAvailable() As Boolean
'Usage
Dim instance As PageView
Dim value As Boolean
value = instance.AnnotationsAreAvailable()
Return Value
Boolean value.
See Also