THotPDF.DecodeLoadedImageStream Method
Resumen del método: THotPDF.DecodeLoadedImageStream Method
Declaración
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
Unidad
HPDFDoc
Parámetros
| Nombre | Propósito |
|---|---|
AImageStream | Loaded PDF stream object containing image data |
Valor de retorno
Bitmap containing the decoded image
Notas de uso
- Use this API with stream objects returned by loaded-document inspection workflows
- The caller owns the returned bitmap instance
APIs relacionadas
- THotPDF
- THotPDF.GetLoadedImageCount Method
- THotPDF.GetLoadedImageInfo Method
- THotPDF.ExtractLoadedImage Method
- Contents