THotPDF.DecodeLoadedCCITTStream Method
Резюме на метода: THotPDF.DecodeLoadedCCITTStream Method
Декларация
function DecodeLoadedCCITTStream(AImageStream: THPDFStreamObject): TBitmap;
Unit
HPDFDoc
Параметри
| Name | Предназначение |
|---|---|
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