THotPDF.ExtractLoadedImage Method
Method summary: THotPDF.ExtractLoadedImage Method
Declaration
function ExtractLoadedImage(ImageIndex: Integer): TBitmap;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
ImageIndex | Zero-based image index |
Return value
Bitmap containing the decoded image
Usage notes
- The caller owns the returned bitmap instance
- Use THotPDF.GetLoadedImageInfo first when format or dimensions matter
Related APIs
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- Contents