MobileForms Toolkit Documentation

InkBox.Load Method (Stream, BitmapType, Boolean)

Load bitmap from the specified data stream of desired format.

public void Load(
Stream stream,
BitmapType type,
bool setSize
);

Parameters

stream
The data stream used to load the image.
type
The format of bitmap
setSize
Determine if resize signature box to loaded bitmap size.

Remarks

This method load bitmap from the specified data stream, but be shure your bitmap is in correct format.

See Also

InkBox Class | Resco.Controls.OutlookControls Namespace | InkBox.Load Overload List