MakeThumbnail(Image,Size,Pen) Method
Makes the thumbnail of a page image.
'Declaration
Public Overloads Shared Function MakeThumbnail( _
ByVal As Image, _
ByVal As Size, _
ByVal As Pen _
) As Image
public static Image MakeThumbnail(
Image ,
Size ,
Pen
)
Parameters
- image
- The page image.
- size
- The size of the thumbnail image.
- outlinePen
- The pen used to draw page outline.
Return Value
The image representing the thumbnail.