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




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