SaveAsBmp(String,BmpOptions) Method
In This Topic
Saves the image to a file in BMP format.
Syntax
'Declaration
Public Overloads Sub SaveAsBmp( _
ByVal As System.String, _
Optional ByVal As BmpOptions _
)
public void SaveAsBmp(
System.string ,
BmpOptions
)
Parameters
- fileName
- The output file name.
- options
- The options for the BMP image encoder.
See Also