ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTForms Class / PageView Property




In This Topic
    PageView Property (ImGearARTForms)
    In This Topic
    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