THotPDF.DecodeLoadedCCITTStream Method
Resumen del método: THotPDF.DecodeLoadedCCITTStream Method
Declaración
function DecodeLoadedCCITTStream(AImageStream: THPDFStreamObject): TBitmap;
Unidad
HPDFDoc
Parámetros
| Nombre | Propósito |
|---|---|
AImageStream | Loaded PDF stream object containing CCITT image data |
Valor de retorno
Bitmap containing the decoded image
Notas de uso
- Use this API for bi-level fax-compressed image streams
- The caller owns the returned bitmap instance
APIs relacionadas
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents