DrawingPadSaveImage(String, ImageFormat) Method

Saves actual content of DrawingPad to file. Output file type can be specified with parameter.

Definition

Namespace: BeeMobile.DrawingPad
Assembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
C#
public void SaveImage(
	string aPath,
	ImageFormat aFormat
)

Parameters

aPath  String
Path including filename where image will be saved.
aFormat  ImageFormat
File format of the saving image.An System.Drawing.Imaging.ImageFormat that specifies the format of the saved image.

See Also