'Declaration Public Overloads Shared Function MakeThumbnail( _ ByVal image As Image, _ ByVal useImageAsThumbnail As Boolean, _ ByVal size As Size, _ ByVal outlinePen As Pen, _ ByRef imageRectangle As Rectangle _ ) As Image
public static Image MakeThumbnail( Image image, bool useImageAsThumbnail, Size size, Pen outlinePen, out Rectangle imageRectangle )
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.