THotPDF.DecodeLoadedImageStream Method
Methodeoverzicht: THotPDF.DecodeLoadedImageStream Method
Declaratie
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
Eenheid
HPDFDoc
Parameters
| Naam | Doel |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
Retourwaarde
Bitmap containing the decoded image
Gebruiksaantekeningen
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
Gerelateerde API's
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents