ImageGear .NET - Updated
PageView Property (Annotator)




ImageGear24.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > Annotator Class : PageView Property
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

Reference

Annotator Class
Annotator Members