THotPDF.DecodeLoadedImageStream Method
Souhrn metody: THotPDF.DecodeLoadedImageStream Method
Deklarace
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
Jednotka
HPDFDoc
Parametry
| Název | Účel |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
Návratová hodnota
Bitmap containing the decoded image
Poznámky k použití
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
Související API
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents