Class ContentAnnotation
Represents an annotation with appearance.
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>, IContentAnnotation
Properties
Content
Gets the source defining the visual content of the annotation. This content is with bigger priority compared to the annotation appearance characteristics and text properties and it is visualized by default when opening the exported document in some PDF viewer.
Declaration
public AnnotationContentSource Content { get; }
Property Value
AnnotationContentSource
|