Table of Contents

TTMSFNCCustomSignatureCapture.GetImageFromStream Method

Creates a bitmap from image data stored in a stream.

API unit family: TMSFNCSignatureCapture Declaring type: TTMSFNCCustomSignatureCapture

Syntax

function GetImageFromStream(AStream: TStream): TBitmap;

Parameters

Name Description
AStream Stream containing image data.

Returns

A bitmap created from the stream contents.