ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / Annotator Class / PageView Property




In This Topic
    PageView Property (Annotator)
    In This Topic
    Gets or sets a reference to the page view control.
    Syntax
    'Declaration
     
    Public Property PageView As PageView
    'Usage
     
    Dim instance As Annotator
    Dim value As PageView
     
    instance.PageView = value
     
    value = instance.PageView
    public PageView PageView {get; set;}
    public: __property PageView* get_PageView();
    public: __property void set_PageView( 
       PageView* value
    );
    public:
    property PageView^ PageView {
       PageView^ get();
       void set (    PageView^ value);
    }

    Property Value

    PageView class.
    See Also