ImageGear .NET v25.2 - Updated
ImageGear.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.




In This Topic
    ImGearThumbnailPage Constructor(Object,String)
    In This Topic
    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