Gets or sets the weight of the overlay text, which represents the importance of the text.
Object.defineProperty(OverlayText.prototype, 'weight',
get: function(),
set: function(value)
)
weight: number;
Value that indicates the weight of the overlay text
The default weight is 0.
The higher the weight, the more important this overlay text is.
If two overlay text strings are overlapped, then the one with more weight will stay visible and the one with lesser weight will be hidden.
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