GraphicsOptionsSmoothingMode Property |
Gets or sets smoothing mode.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
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