PngOptionsFilterType Property |
Gets or sets the filter type used during png file save process.
Namespace: Aspose.PSD.ImageOptionsAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 21.2
Syntaxpublic 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:
PngFilterType
See Also