THotPDF.DecodeLoadedImageStream Method
Ringkasan metode: THotPDF.DecodeLoadedImageStream Method
Deklarasi
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
Unit
HPDFDoc
Parameter
| Nama | Tujuan |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
Nilai balik
Bitmap containing the decoded image
Catatan penggunaan
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
API terkait
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents