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