THotPDF.DecodeLoadedImageStream Method
Súhrn metódy: THotPDF.DecodeLoadedImageStream Method
Deklarácia
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
Unit
HPDFDoc
Parametre
| Name | Účel |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
Návratová hodnota
Bitmap containing the decoded image
Poznámky k použitiu
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
Súvisiace API
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents