THotPDF.DecodeLoadedImageStream Method
Metodsammanfattning: THotPDF.DecodeLoadedImageStream Method
Deklaration
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
Enhet
HPDFDoc
Parametrar
| Namn | Syfte |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
Returvärde
Bitmap containing the decoded image
Användningsanteckningar
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
Relaterade API:er
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents