Adds an image as a thumbnail from memory to an existing page in a PDF document.
Visual Basic |
---|
Public Sub CreateThumbnailFromMemory( _ ByVal PageNumber As Long, _ ByVal SourceImageMemory As Long, _ ByVal SourceImageMemorySize As Long, _ ByVal SourceImagePageNumber As Long _ ) |
- PageNumber
- A long value which represents the page number where to add the source image.
- SourceImageMemory
- A long value which represents the location in memory of the source image.
- SourceImageMemorySize
- A long value which represents the memory size of the source image.
- SourceImagePageNumber
- A long value which represents the page number of the source image.