←Select platform

Stateless Property

Summary
Gets a value that indicate whether this rendering engine is stateless.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool Stateless { get; } 
@property (nonatomic, assign, readonly, getter=isStateless) BOOL stateless; 
public boolean getStateless() 
public:  
   virtual property bool Stateless 
   { 
      bool get() 
   } 
Stateless # get  (AnnRenderingEngine) 

Property Value

true if this rendering engine is stateless; otherwise, false. The default value is false

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.