smoothingMode Property (WebRenderingSettings)
Gets or sets the smoothing mode for image rendering.
'Declaration
Public Property smoothingMode As Integer
public int smoothingMode { get; set; }
public: __property int get_smoothingMode();
public: __property void set_smoothingMode(
int
);
public:
property int smoothingMode {
int get();
void set(int );
}
Property Value
Default value is 4 (AntiAlias).
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5