Extracts the thumbnail image on the page specified by the page number.
'Declaration
Public Function ExtractThumbnail( _
ByVal As Integer _
) As PdfImage
'Usage
Dim instance As Document
Dim pageNumber As Integer
Dim value As PdfImage
value = instance.ExtractThumbnail(pageNumber)
Parameters
- pageNumber
- The page number to extract the thumbnail from.
Return Value
The thumbnail image from the specified page.