Gets a value that indicate whether this rendering engine is stateless.
public virtual bool Stateless { get; }
Public Overridable ReadOnly Property Stateless As Boolean
public virtual bool Stateless {get;}
public boolean getStateless()
get_Stateless();
public:
virtual property bool Stateless
{
bool get()
}
true if this rendering engine is stateless; otherwise, false. The default value is false
Some rendering engines can have a state, where each annotation object is associated with a state (or an element) such as SVG or XAML.
If the engine supports state, then the engine will call IAnnObjectRenderer.AddObject and IAnnObjectRenderer.RemoveObject as well as IAnnObjectRenderer.Render to allow the object renderer to create a state (or element) for an 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