DrawingPadSaveImage(Stream, ImageFormat) Method
Saves actual content of DrawingPad to the specified stream in the specified format
Namespace: BeeMobile.DrawingPadAssembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
public void SaveImage(
Stream aStream,
ImageFormat aFormat
)
Public Sub SaveImage (
aStream As Stream,
aFormat As ImageFormat
)
Parameters
- aStream Stream
- The System.IO.Stream where the image will be saved.
- aFormat ImageFormat
- An System.Drawing.Imaging.ImageFormat that specifies the format
of the saved image.