THotPDF.DecodeLoadedImageStream Method
Resumo do método: THotPDF.DecodeLoadedImageStream Method
Declaração
function DecodeLoadedImageStream(AImageStream: THPDFStreamObject): TBitmap;
Unidade
HPDFDoc
Parâmetros
| Nome | Finalidade |
|---|---|
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