THotPDF.DecodeLoadedImageStream Method
Methodenzusammenfassung: THotPDF.DecodeLoadedImageStream Method
Deklaration
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
Unit
HPDFDoc
Parameter
| Name | Zweck |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
Rückgabewert
Bitmap containing the decoded image
Verwendungshinweise
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
Verwandte APIs
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents