ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.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 System.Nullable(Of PngFilter)
    public System.Nullable<PngFilter> Filter {get; set;}
    Remarks
    The default value is PngFilter.Unspecified.
    See Also