←Select platform

AnnTextReviewObjectRenderer Class

Summary

Base class for all text review object renderers.

Syntax
C#
VB
C++
Java
public abstract class AnnTextReviewObjectRenderer : AnnObjectRenderer 
Public MustInherit Class AnnTextReviewObjectRenderer  
   Inherits AnnObjectRenderer 
   Implements IAnnObjectRenderer  
public abstract class AnnTextReviewObjectRenderer extends AnnObjectRenderer 
public: 
   ref class AnnTextReviewObjectRenderer abstract : AnnObjectRenderer 

Remarks

The AnnTextReviewObjectRenderer is the default renderer for the annotation objects in this platform. This is an abstract class that implements most common operations, while actual rendering of the object is implemented in the derived class for the objects.

AnnTextReviewObjectRenderer contains the following members:

Member Description
Render

Called by the framework to render an annotation object.

RenderShape

Called by the framework to render an annotation object.

RenderSelection

Called by the framework to render an annotation object.

RenderContent

Called by the framework to render an annotation object.

When implementing user-defined annotations, one of the objects required is a renderer for the new object type. You can derive your renderer from this class and use its helper methods. For more information, refer to Implementing User-Defined Objects With LEADTOOLS Annotations.

Requirements

Target Platforms

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

Leadtools.Annotations.Rendering.WinForms Assembly