ImageGear for .NET
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.
Initializes a new instance of the ImGearThumbnailPage class for the specified page of the specified file.
Syntax
public ImGearThumbnailPage( 
   object source,
   int pageNumber,
   string caption
)
public: ImGearThumbnailPage( 
   Object* source,
   int pageNumber,
   string* caption
)
public:
ImGearThumbnailPage( 
   Object^ source,
   int pageNumber,
   String^ caption
)
'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)

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

Reference

ImGearThumbnailPage Class
ImGearThumbnailPage Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback