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