New to Telerik Document ProcessingStart a free 30-day trial

Base for annotations whose appearance can be generated dynamically and recalculated on demand.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public abstract class ContentAnnotationBase : Annotation, IFixedDocumentElement, IStructuralElement

Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBase

Derived Classes: ContentAnnotationWidget

Implements: IFixedDocumentElementIStructuralElement

Inherited Members Annotation.RectAnnotation.TypeAnnotation.BorderAnnotation.IsPrintableAnnotation.StructureTagFixedDocumentElementBase.Parent...

Methods

Ensure the appearance content is current, triggering recalculation if previously invalidated.

C#
protected void EnsureContentIsUpToDate()

Recalculate the annotation AnnotationContentSource using current text properties and dynamic appearance settings.

C#
public virtual void RecalculateContent()