ImageGear for .NET
PageView Property (ImGearARTForms)




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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback