Initializes a new instance of the ImGearThumbnailPage class for the specified page of the specified file.
Syntax
'Declaration
Public Function New( _
ByVal As Object, _
ByVal As Integer, _
ByVal 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 ,
int ,
string
)
public: ImGearThumbnailPage(
Object* ,
int ,
string*
)
public:
ImGearThumbnailPage(
Object^ ,
int ,
String^
)
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