Gets or sets an integer that represents the size of the neighborhood used in blurring. Increasing this value will increase the amount of blurring.
public int Dimension { get; set; }
Public Property Dimension As Integer
public int Dimension {get; set;}
get_Dimension();
set_Dimension(value);
Object.defineProperty('Dimension');
An integer that represents the size of the neighborhood used in blurring. Increasing this value will increase the amount of blurring. Valid values are range in between 1 and 100.
Refer to RadialBlurCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET