| GraphicsOptionsSmoothingMode Property |
Gets or sets smoothing mode.
Namespace: Aspose.PSD.ImageOptionsAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic SmoothingMode SmoothingMode { get; set; }Public Property SmoothingMode As SmoothingMode
Get
Set
public:
property SmoothingMode SmoothingMode {
SmoothingMode get ();
void set (SmoothingMode value);
}member SmoothingMode : SmoothingMode with get, set
Property Value
Type:
SmoothingMode
See Also