ComponentOne Bitmap for UWP
Filter Property

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > PngOptions Class : Filter Property
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

Reference

PngOptions Class
PngOptions Members