←Select platform

RenderState Property

Summary
Gets or sets the states parts of the annotation objects to render.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnRenderState RenderState { get; set; } 
@property (nonatomic, assign) LTAnnRenderState renderState; 
public int getRenderState() 
public void setRenderState(int annRenderState) 
public:  
   property AnnRenderState^ RenderState 
   { 
      AnnRenderState^ get() 
      void set(AnnRenderState^ value) 
   } 
RenderState # get and set (AnnRenderingEngine) 

Property Value

One or more AnnRenderState enumeration members that specifies which state parts of the annotation objects to render. Default value is AnnRenderState.All.

Remarks

Modify RenderState to control which state parts of the annotation objects to render. For example, if this AnnRenderingEngine is being used to render a container on a thumbnail image list, the object's lock and content pictures and any label should not be rendered. This, set the value of RenderState to AnnRenderState.None before calling RenderContainer or most probably RenderOnImage in this case.

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.