'Declaration Public Overloads Function MakeThumbnail( _ ByVal image As Image, _ ByRef pageRectangleInThumb As Rectangle _ ) As Image
public Image MakeThumbnail( Image image, out Rectangle pageRectangleInThumb )
Parameters
- image
- The page image.
- pageRectangleInThumb
- OUT: Rectangle within the thumbnail corresponding to the page bounds.
Return Value
The image representing the thumbnail.