THotPDF.DecodeLoadedImageStream Method
Podsumowanie metody: THotPDF.DecodeLoadedImageStream Method
Deklaracja
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
Jednostka
HPDFDoc
Parametry
| Nazwa | Przeznaczenie |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
Wartość zwracana
Bitmap containing the decoded image
Uwagi dotyczące użycia
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
Powiązane API
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents