Makes the thumbnail of a page image.
'Declaration
Public Overloads Shared Function MakeThumbnail( _
ByVal As System.Drawing.Image, _
ByVal As System.Boolean, _
ByVal As System.Drawing.Size, _
ByVal As System.Drawing.Pen, _
ByRef As System.Drawing.Rectangle _
) As System.Drawing.Image
public static System.Drawing.Image MakeThumbnail(
System.Drawing.Image ,
System.bool ,
System.Drawing.Size ,
System.Drawing.Pen ,
out System.Drawing.Rectangle
)
Parameters
- image
- The page image.
- useImageAsThumbnail
- Indicates whether to use image as thumbnail.
- size
- The size of the thumbnail image.
- outlinePen
- The pen used to draw page outline.
- imageRectangle
- OUT: Rectangle within the thumbnail corresponding to the page bounds.
Return Value
The image representing the thumbnail.