MobileForms Toolkit Documentation

InkBox.Save Method (Stream, BitmapType, Boolean, ZoomPercent)

Save bitmap to the specified data stream of desired format.

public void Save(
Stream stream,
BitmapType type,
bool withBorder,
ZoomPercent aZoom
);

Parameters

stream
The data stream used to load the image.
type
The format of bitmap
withBorder
Specifies if border is saved to bitmap.
aZoom

Remarks

This method save bitmap to the specified data stream with format.

See Also

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