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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailItem Interface : Source Property
Gets ImGearLoadingSelection object containing path and format of the original file.
Syntax
'Declaration
 
ReadOnly Property Source As ImGearLoadingSelection
'Usage
 
Dim instance As IImGearThumbnailItem
Dim value As ImGearLoadingSelection
 
value = instance.Source
ImGearLoadingSelection Source {get;}
__property ImGearLoadingSelection* get_Source();
property ImGearLoadingSelection^ Source {
   ImGearLoadingSelection^ get();
}

Property Value

ImageGear.Windows.Forms.ImGearLoadingSelection class object.
See Also

Reference

IImGearThumbnailItem Interface
IImGearThumbnailItem Members