ImageGear .NET
Source Property (ImGearThumbnailPageExtension)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback