The character index.
public int CharacterIndex { get; set; }
Public Property CharacterIndex() As Integer
Get
Set
public:
property Int32 CharacterIndex
{
Int32 get()
void set(Int32 value)
}
The character index to represent. -1
is allowed.
A value of -1
indicates that the actual last character of the page text may not be known, and when the DocumentPageText is retrieved, internal operations will translate the value into the last character index.
History
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