Gets the extracted image from the previous call to ExtractImages().
| Visual Basic |
|---|
Public Function GetExtractedImage( _ ByVal PageNumber As Long, _ ByVal imageIndex As Long _ ) As PdfImage |
- PageNumber
- The page number of the extracted image.
- imageIndex
- The index of the image extracted.
The PdfImage representing the image attributes and data of the extracted image.