Class ContentAnnotation
Annotation with explicit appearance content, allowing a provided form to override viewer‑generated visuals.
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 appearance content used for rendering; when set, it takes precedence over appearance characteristics and text properties in most PDF viewers.
Declaration
public AnnotationContentSource Content { get; }
Property Value
|
AnnotationContentSource
The content source providing the visual representation. |