Class ContentAnnotation
Represents an annotation that contains visual content and appearance information for rendering.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class ContentAnnotation : ContentAnnotationBase, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement, IContentAnnotation
Properties
Content
Gets the source defining the visual content of the annotation. This content has higher priority compared to the annotation appearance characteristics and text properties and is visualized by default when opening the exported document in PDF viewers.
Declaration
public AnnotationContentSource Content { get; }
Property Value
AnnotationContentSource
The annotation content source that provides the visual representation. |