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




In This Topic
    OpenAnnotations Property (PageView)
    In This Topic
    Gets or sets a value indicating whether annotations will be opened.
    Syntax
    'Declaration
     
    <CategoryAttribute("File Open Options")>
    Public Property OpenAnnotations As Boolean
    'Usage
     
    Dim instance As PageView
    Dim value As Boolean
     
    instance.OpenAnnotations = value
     
    value = instance.OpenAnnotations
    [Category("File Open Options")]
    public bool OpenAnnotations {get; set;}
    [Category("File Open Options")]
    public: __property bool get_OpenAnnotations();
    public: __property void set_OpenAnnotations( 
       bool value
    );
    [Category("File Open Options")]
    public:
    property bool OpenAnnotations {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks

    Defaults to false.

    Value is used as initial default in FileOpeningEventArgs.OpenAnnotations for FileOpening event.

    If set to true, then the ART assembly is required.

    See Also