DrawingPadSaveImage(String, FormatTypes) 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,
FormatTypes aFormat
)
Public Sub SaveImage (
aPath As String,
aFormat As FormatTypes
)
Parameters
- aPath String
- Path including filename where image will be saved.
- aFormat FormatTypes
- File format of the saving image.