PngOptionsFilterType Property |
Gets or sets the filter type used during png file save process.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public PngFilterType FilterType { get; set; }
Public Property FilterType As PngFilterType
Get
Set
public:
property PngFilterType FilterType {
PngFilterType get ();
void set (PngFilterType value);
}
member FilterType : PngFilterType with get, set
Property Value
Type:
PngFilterTypeSee Also