'Declaration Public Overloads Overrides Sub Encode( _
ByVal bitmapThe bitmap.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal streamThe stream.As System.IO.Stream, _
ByVal codecNameName of the codec. Supported values are "BMP", "JPG", "JPEG", "PBM", "PNG", "TGA", "TIF", "TIFF", "WEBP".As String _
)
public override void Encode(
Vintasoft.Imaging.VintasoftBitmap bitmap,
System.IO.Stream stream,
string codecName
)
public: void Encode(
Vintasoft.Imaging.VintasoftBitmap* bitmap,
System.IO.Stream* stream,
string* codecName
); override
public:
void Encode(
Vintasoft.Imaging.VintasoftBitmap^ bitmap,
System.IO.Stream^ stream,
string^ codecName
); override
Parameters
- bitmap
- The bitmap.
- stream
- The stream.
- codecName
- Name of the codec. Supported values are "BMP", "JPG", "JPEG", "PBM", "PNG", "TGA", "TIF", "TIFF", "WEBP".