Gets a value that indicate whether this rendering engine is stateless.
public virtual bool Stateless { get; }
Public Overridable ReadOnly Property Stateless As Boolean
public boolean getStateless()
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document