Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnRenderingEngine Class : Stateless Property |
public virtual bool Stateless {get;}
'Declaration
Public Overridable ReadOnly Property Stateless As Boolean
public virtual bool Stateless {get;}
public boolean getStateless()
get_Stateless();
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.