ImageGear .NET v24.12 - Updated
Source Property (ImGearThumbnailPage)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailPage Class : Source Property
Gets the source of the image document.
Syntax
'Declaration
 
Public ReadOnly Property Source As Object
'Usage
 
Dim instance As ImGearThumbnailPage
Dim value As Object
 
value = instance.Source
public object Source {get;}
public: __property Object* get_Source();
public:
property Object^ Source {
   Object^ get();
}

Property Value

Object value.
Remarks
The source of the image document is a filename string, a Stream, an ImGearPage, or an ImGearDocument.
See Also

Reference

ImGearThumbnailPage Class
ImGearThumbnailPage Members