Compression Property (WebBmpEncoderSettings)
Gets or sets the compression of BMP file.
'Declaration
Public Property Compression As Vintasoft.Imaging.Codecs.ImageFiles.Bmp.BmpCompression
public Vintasoft.Imaging.Codecs.ImageFiles.Bmp.BmpCompression Compression { get; set; }
public: __property Vintasoft.Imaging.Codecs.ImageFiles.Bmp.BmpCompression get_Compression();
public: __property void set_Compression(
Vintasoft.Imaging.Codecs.ImageFiles.Bmp.BmpCompression
);
public:
property Vintasoft.Imaging.Codecs.ImageFiles.Bmp.BmpCompression Compression {
Vintasoft.Imaging.Codecs.ImageFiles.Bmp.BmpCompression get();
void set(Vintasoft.Imaging.Codecs.ImageFiles.Bmp.BmpCompression );
}
Property Value
Default value is Vintasoft.Imaging.Codecs.ImageFiles.Bmp.BmpCompression.RLE.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5