VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebPngEncoderSettings Class / filterMethod Property
Syntax Requirements SeeAlso
In This Topic
    filterMethod Property (WebPngEncoderSettings)
    In This Topic
    Gets or sets the preprocessing method, which must be applied to an image data before compression.
    Syntax
    '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 value
    );
    public:
    property Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod filterMethod { Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod get(); void set(Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod value); }

    Property Value

    Default value is Vintasoft.Imaging.Codecs.ImageFiles.Png.PngFilterMethod.Auto.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also