Holds the required number of copy repetitions.
public int CopyRepetitions { get; }
Public ReadOnly Property CopyRepetitions As Integer
public:
property int CopyRepetitions {
int get();
}
The number of times needed to copy the new resized line buffer to the new image.
When an image is being enlarged, some lines must be copied more than once. When an image is being reduced, some lines must be eliminated (not copied at all).
For example:
For an example, refer to RasterBufferResize.
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