Gets or sets the states parts of the annotation objects to render.
public AnnRenderState RenderState { get; set; }
Public Property RenderState As AnnRenderState
@property (nonatomic) LTAnnRenderState renderState;
public int getRenderState()
public void setRenderState(int annRenderState)
public:
property AnnRenderState^ RenderState
{
AnnRenderState^ get()
void set(AnnRenderState^ value)
}
One or more AnnRenderState enumeration members that specifies which state parts of the annotation objects to render. Default value is AnnRenderState.All.
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.
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