filterMethod Property (WebPngEncoderSettings)
Gets or sets the preprocessing method, which must be applied to an image data before compression.
'Declaration
Public Property filterMethod As Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod
public Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod filterMethod { get; set; }
public: __property Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod get_filterMethod();
public: __property void set_filterMethod(
Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod
);
public:
property Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod filterMethod {
Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod get();
void set(Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod );
}
Property Value
Default value is Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod.Auto.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5