ImageResizeSettingsFilterType Property |
Gets or sets the type of the filter.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 20.12
Syntaxpublic ImageFilterType FilterType { get; set; }
Public Property FilterType As ImageFilterType
Get
Set
public:
property ImageFilterType FilterType {
ImageFilterType get ();
void set (ImageFilterType value);
}
member FilterType : ImageFilterType with get, set
Property Value
Type:
ImageFilterType
The type of the filter.
See Also