Class Annotation
Represents the base class for all annotation objects.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class Annotation : FixedDocumentElementBase, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement
Properties
Border
Gets or sets the visual border properties of the annotation.
Declaration
public AnnotationBorder Border { get; set; }
Property Value
AnnotationBorder
The border configuration that defines the annotation's outline appearance. |
IsPrintable
Gets or sets a value indicating whether the annotation should be displayed when the document is printed.
Declaration
public bool IsPrintable { get; set; }
Property Value
System.Boolean
|
Rect
Gets or sets the rectangular bounds of the annotation on the page.
Declaration
public Rect Rect { get; set; }
Property Value
System.Windows.Rect
The rectangular area that defines the annotation's position and size. |
StructureTag
Gets the StructureTag associated with this element.
Declaration
public StructureElement StructureTag { get; set; }
Property Value
StructureElement
|
Implements
Type
Gets the specific type of this annotation.
Declaration
public abstract AnnotationType Type { get; }
Property Value
AnnotationType
The annotation type that determines how the annotation is rendered and behaves. |