THotPDF.DecodeLoadedImageStream Method
Menetelmän yhteenveto: THotPDF.DecodeLoadedImageStream Method
Määrittely
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
Yksikkö
HPDFDoc
Parametrit
| Nimi | Tarkoitus |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
Paluuarvo
Bitmap containing the decoded image
Käyttöhuomautukset
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
Aiheeseen liittyvät API:t
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents