THotPDF.DecodeLoadedImageStream Method
สรุปเมธอด: THotPDF.DecodeLoadedImageStream Method
การประกาศ
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
ยูนิต
HPDFDoc
พารามิเตอร์
| ชื่อ | วัตถุประสงค์ |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
ค่าที่ส่งกลับ
Bitmap containing the decoded image
หมายเหตุการใช้งาน
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
API ที่เกี่ยวข้อง
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents