ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / FileOpeningEventArgs Class / OpenAnnotations Property




In This Topic
    OpenAnnotations Property (FileOpeningEventArgs)
    In This Topic
    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