ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / AnnotationsAreAvailable Method




In This Topic
    AnnotationsAreAvailable Method
    In This Topic
    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