ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / PngOptions Class / Filter Property

In This Topic
    Filter Property
    In This Topic
    Specifies the filter option to use for image compression.
    Syntax
    'Declaration
     
    Public Property Filter As Nullable(Of PngFilter)
    public Nullable<PngFilter> Filter {get; set;}
    Remarks
    The default value is PngFilter.Unspecified.
    See Also