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




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailPage Class > ImGearThumbnailPage Constructor : ImGearThumbnailPage Constructor(Object,String)
The source object for the ImGearThumbnailPage (a filename string, a Stream, an ImGearPage, or an ImGearDocument).
The caption for the ImGearThumbnailPage.
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, _
   ByVal caption As String _
)
'Usage
 
Dim source As Object
Dim caption As String
 
Dim instance As New ImGearThumbnailPage(source, caption)
public ImGearThumbnailPage( 
   object source,
   string caption
)
public: ImGearThumbnailPage( 
   Object* source,
   string* caption
)
public:
ImGearThumbnailPage( 
   Object^ source,
   String^ caption
)

Parameters

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

Reference

ImGearThumbnailPage Class
ImGearThumbnailPage Members
Overload List