Gets the radius of filter, in pixels.
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSmoothingCommandJS();
var value; // Type: number
value = instance.get_Radius();
function get_Radius() : number;
Return Value
Radius of filter, in pixels. Possible value is any positive value. Default value is 7.