C#
VB
C++
Gets the column offset within the row being resized.
public int Column { get; }
Public ReadOnly Property Column As Integer
public:
property int Column {
int get();
}
The column offset within the row being resized. The first column offset is 0, and the last column offset is 1 less than the image Width.
For an example, refer to RasterImageResize.
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