ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearPageDisplay Interface / Page Property




In This Topic
    Page Property (IImGearPageDisplay)
    In This Topic
    Gets or sets ImGearPage object associated with this display page.
    Syntax
    'Declaration
     
    Property Page As ImGearPage
    'Usage
     
    Dim instance As IImGearPageDisplay
    Dim value As ImGearPage
     
    instance.Page = value
     
    value = instance.Page
    ImGearPage Page {get; set;}
    __property ImGearPage* get_Page();
    __property void set_Page( 
       ImGearPage* value
    );
    property ImGearPage^ Page {
       ImGearPage^ get();
       void set (    ImGearPage^ value);
    }

    Property Value

    Valid ImageGear.Core.ImGearPage class object or null.
    See Also