Class ContentAnnotation
Annotation with explicit appearance content, allowing a provided form to override viewer‑generated visuals.
Inheritance
System.Object
ContentAnnotation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |