ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearPresentationPageDisplay Class / Page Property




In This Topic
    Page Property (ImGearPresentationPageDisplay)
    In This Topic
    Gets or sets ImGearPage object associated with this display page.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property Page As ImGearPage
    'Usage
     
    Dim instance As ImGearPresentationPageDisplay
    Dim value As ImGearPage
     
    instance.Page = value
     
    value = instance.Page
    [Bindable(true)]
    public ImGearPage Page {get; set;}
    [Bindable(true)]
    public: __property ImGearPage* get_Page();
    public: __property void set_Page( 
       ImGearPage* value
    );
    [Bindable(true)]
    public:
    property ImGearPage^ Page {
       ImGearPage^ get();
       void set (    ImGearPage^ value);
    }

    Property Value

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