Save a Bitmap from the byte data stored in memory.
Syntax
object.SaveBitmap(FileName)
The SaveBitmap method syntax has these parts:
Part | Description |
object | Required. An object expression that evaluates to an object in the Applies To list. |
FileName | Required. Specifies the name of the file to save the bitmap. |
Remarks
The SaveBitmap method calls the SaveByteData method, and is only kept in for backward compatibility. This method may be removed in future releases.