ImageGear .NET v24.12 - Updated
Page Property (ImGearThumbnailItem)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailItem Class : Page Property
Gets ImageGear.Core.ImGearPage class object referencing to the original image.
Syntax
'Declaration
 
Public ReadOnly Property Page As ImGearPage
'Usage
 
Dim instance As ImGearThumbnailItem
Dim value As ImGearPage
 
value = instance.Page
public ImGearPage Page {get;}
public: __property ImGearPage* get_Page();
public:
property ImGearPage^ Page {
   ImGearPage^ get();
}

Property Value

ImageGear.Core.ImGearPage class object.
See Also

Reference

ImGearThumbnailItem Class
ImGearThumbnailItem Members
ImGearPage Class