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




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailAfterLoadEventArgs Class : Page Property
Gets ImageGear.Core.ImGearPage object containing full-sized picture that was used to create a thumbnail.
Syntax
'Declaration
 
Public ReadOnly Property Page As ImGearPage
'Usage
 
Dim instance As ImGearThumbnailAfterLoadEventArgs
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 object.
See Also

Reference

ImGearThumbnailAfterLoadEventArgs Class
ImGearThumbnailAfterLoadEventArgs Members
ImGearPage Class