ImageGear .NET v24.12 - Updated
ImGearThumbnailPage Constructor(Object)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailPage Class > ImGearThumbnailPage Constructor : ImGearThumbnailPage Constructor(Object)
The source object for the ImGearThumbnailPage (a filename string, a Stream, an ImGearPage, or an ImGearDocument).
Initializes a new instance of the ImGearThumbnailPage class for the first page of the specified file.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As Object _
)
'Usage
 
Dim source As Object
 
Dim instance As New ImGearThumbnailPage(source)
public ImGearThumbnailPage( 
   object source
)
public: ImGearThumbnailPage( 
   Object* source
)
public:
ImGearThumbnailPage( 
   Object^ source
)

Parameters

source
The source object for the ImGearThumbnailPage (a filename string, a Stream, an ImGearPage, or an ImGearDocument).
See Also

Reference

ImGearThumbnailPage Class
ImGearThumbnailPage Members
Overload List