Gets or sets the optional state ID of this object to be used with state rendering engines.
Object.defineProperty(AnnObject.prototype, 'stateId',
get: function(),
set: function(value)
)
stateId: string;
The optional state ID of this object to be used with state rendering engines. The default value is an empty string.
StateId is used by state rendering engines (such as SVG or XAML) to store the element ID of the object.
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