ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailPage Class / ImGearThumbnailPage Constructor / ImGearThumbnailPage Constructor(Object,Int32,String)
The source object for the ImGearThumbnailPage (a filename string, a Stream, an ImGearPage, or an ImGearDocument).
The page number.
The caption for the ImGearThumbnailPage.




In This Topic
    ImGearThumbnailPage Constructor(Object,Int32,String)
    In This Topic
    Initializes a new instance of the ImGearThumbnailPage class for the specified page of the specified file.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As Object, _
       ByVal pageNumber As Integer, _
       ByVal caption As String _
    )
    'Usage
     
    Dim source As Object
    Dim pageNumber As Integer
    Dim caption As String
     
    Dim instance As New ImGearThumbnailPage(source, pageNumber, caption)
    public ImGearThumbnailPage( 
       object source,
       int pageNumber,
       string caption
    )
    public: ImGearThumbnailPage( 
       Object* source,
       int pageNumber,
       string* caption
    )
    public:
    ImGearThumbnailPage( 
       Object^ source,
       int pageNumber,
       String^ caption
    )

    Parameters

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