ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailItem Interface / Page Property




In This Topic
    Page Property (IImGearThumbnailItem)
    In This Topic
    Gets ImageGear.Core.ImGearPage class object referencing to the original image.
    Syntax
    'Declaration
     
    ReadOnly Property Page As ImGearPage
    'Usage
     
    Dim instance As IImGearThumbnailItem
    Dim value As ImGearPage
     
    value = instance.Page
    ImGearPage Page {get;}
    __property ImGearPage* get_Page();
    property ImGearPage^ Page {
       ImGearPage^ get();
    }

    Property Value

    ImageGear.Core.ImGearPage class object.
    See Also