DrawingPadSaveImage(String, ImageFormat) Method
Saves actual content of DrawingPad to file.
Output file type can be specified with parameter.
Namespace: BeeMobile.DrawingPadAssembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
public void SaveImage(
string aPath,
ImageFormat aFormat
)
Public Sub SaveImage (
aPath As String,
aFormat As ImageFormat
)
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.