THotPDF.DecodeLoadedImageStream Method
Metodesammendrag: THotPDF.DecodeLoadedImageStream Method
Deklaration
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
Enhed
HPDFDoc
Parametre
| Navn | Formål |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
Returværdi
Bitmap containing the decoded image
Brugsnoter
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
Relaterede API'er
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents