ImageGear .NET - Updated
PageView Property (ImGearARTForms)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTForms Class : PageView Property
Gets or sets a reference to the page view control.
Syntax
'Declaration
 
Public Property PageView As ImGearPageView
'Usage
 
Dim instance As ImGearARTForms
Dim value As ImGearPageView
 
instance.PageView = value
 
value = instance.PageView
public ImGearPageView PageView {get; set;}
public: __property ImGearPageView* get_PageView();
public: __property void set_PageView( 
   ImGearPageView* value
);
public:
property ImGearPageView^ PageView {
   ImGearPageView^ get();
   void set (    ImGearPageView^ value);
}

Property Value

ImageGear.Windows.Forms.ImGearPageView class object.
See Also

Reference

ImGearARTForms Class
ImGearARTForms Members
ImGearPageView Class