'Declaration Public Overloads Sub SaveAsBmp( _ ByVal fileName As System.String, _ ByVal options As BmpOptions _ )
public void SaveAsBmp( System.string fileName, BmpOptions options )
Parameters
- fileName
- The output file name.
- options
- The options for the BMP image encoder.