C#
VB
C++
Gets the two dimensional array corresponding to the location of the object pixels in the object rectangle.
public int[][] ObjectData { get; }
Public ReadOnly Property ObjectData As Integer()()
public:
property array<array<int>^>^ ObjectData {
array<array<int>^>^ get();
}
Two dimensional array corresponding to the location of the object pixels in the object rectangle.
Refer to ObjectCounterCommand.
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