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




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

Property Value

Object value.
Remarks
This property should be set to a filename string, a Stream, an ImGearPage, or an ImGearDocument.
See Also

Reference

ImGearThumbnailPageExtension Class
ImGearThumbnailPageExtension Members