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




In This Topic
    Page Property (ImGearARTForms)
    In This Topic
    Gets or sets a reference to the working annotation page.
    Syntax
    'Declaration
     
    Public Property Page As ImGearARTPage
    'Usage
     
    Dim instance As ImGearARTForms
    Dim value As ImGearARTPage
     
    instance.Page = value
     
    value = instance.Page
    public ImGearARTPage Page {get; set;}
    public: __property ImGearARTPage* get_Page();
    public: __property void set_Page( 
       ImGearARTPage* value
    );
    public:
    property ImGearARTPage^ Page {
       ImGearARTPage^ get();
       void set (    ImGearARTPage^ value);
    }

    Property Value

    ImageGear.ART.ImGearARTPage class object.
    See Also