Gets or sets a value that represents the halftone pattern frequency.
public int Ripple { get; set; }
Public Property Ripple As Integer
public int Ripple {get; set;}
<br/>get_Ripple();<br/>set_Ripple(value);<br/>Object.defineProperty('Ripple');
Value represents halftone pattern frequency. Internally, it is divided by 100. For example, if Ripple = 200 the actual frequency is 2. Increasing this value increases the number of dots, lines, etc. in the pattern.
Refer to HalfTonePatternCommand example.
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