Adds an image as a thumbnail from a handle to an existing page in a PDF document.
Visual Basic |
---|
Public Sub CreateThumbnailFromHandle( _ ByVal PageNumber As Long, _ ByVal SourceImageHandle As Long, _ ByVal SourceImagePageNumber As Long _ ) |
- PageNumber
- A long value which represents the page number.
- SourceImageHandle
- A long value which represents the handle to the image source.
- SourceImagePageNumber
- A long value which represents the page number to the image source.