MakeThumbnail(Image,Rectangle) Method | PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.8 Assembly / C1.Win.C1Preview Namespace / C1PreviewThumbnailView Class / MakeThumbnail Method / MakeThumbnail(Image,Rectangle) Method
The page image.
OUT: Rectangle within the thumbnail corresponding to the page bounds.

In This Topic
MakeThumbnail(Image,Rectangle) Method
In This Topic
Makes the thumbnail of a page image.
Syntax
'Declaration
 
Public Overloads Function MakeThumbnail( _
   ByVal image As Image, _
   ByRef pageRectangleInThumb As Rectangle _
) As Image
 

Parameters

image
The page image.
pageRectangleInThumb
OUT: Rectangle within the thumbnail corresponding to the page bounds.

Return Value

The image representing the thumbnail.
See Also