ClassContentAnnotation
Class
Annotation with explicit appearance content, allowing a provided form to override viewer‑generated visuals.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public abstract class ContentAnnotation : ContentAnnotationBase, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseContentAnnotation
Derived Classes:
Implements:
Inherited Members
Properties
Content
Gets the appearance content used for rendering; when set, it takes precedence over appearance characteristics and text properties in most PDF viewers.
Declaration
cs-api-definition
public AnnotationContentSource Content { get; }
Property Value
The content source providing the visual representation.