Class Annotation
Represents base class for annotation object.
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>
Properties
Border
Gets or sets the annotation borders.
Declaration
public AnnotationBorder Border { get; set; }
Property Value
AnnotationBorder
The border. |
IsPrintable
Gets or sets boolean value indicating whether the annotation instance should be visualized when printing the document.
Declaration
public bool IsPrintable { get; set; }
Property Value
System.Boolean
|
Rect
Gets or sets the position of the annotation.
Declaration
public Rect Rect { get; set; }
Property Value
System.Windows.Rect
The rect. |
Type
Gets the type of the annotation.
Declaration
public abstract AnnotationType Type { get; }
Property Value
AnnotationType
The type of the annotation. |