Adds an image as a thumbnail from a file to an existing page in a PDF document.
Visual Basic |
---|
Public Sub CreateThumbnailFromFile( _ ByVal PageNumber As Long, _ ByVal SourceImageFilename As String, _ ByVal SourceImagePageNumber As Long _ ) |
- PageNumber
- A long value which represents the page number.
- SourceImageFilename
- A string value which represents the filename of the image source file.
- SourceImagePageNumber
- A long value which represents the page number of the source image.