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




In This Topic
    Page Property (ImGearARTImageEmb)
    In This Topic
    Gets or sets the ImageGear.Core.ImGearPage class object that contains the image.
    Syntax
    'Declaration
     
    Public Property Page As ImGearPage
    'Usage
     
    Dim instance As ImGearARTImageEmb
    Dim value As ImGearPage
     
    instance.Page = value
     
    value = instance.Page
    public ImGearPage Page {get; set;}
    public: __property ImGearPage* get_Page();
    public: __property void set_Page( 
       ImGearPage* value
    );
    public:
    property ImGearPage^ Page {
       ImGearPage^ get();
       void set (    ImGearPage^ value);
    }

    Property Value

    ImageGear.Core.ImGearPage class object.
    See Also