Class LineAnnotation
Represents a line annotation that displays a line between two points on a PDF page.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class LineAnnotation : MarkupAnnotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement, IContentAnnotation
Properties
End
Gets or sets the ending point coordinates of the line annotation.
Declaration
public Point End { get; set; }
Property Value
System.Windows.Point
The Point structure representing the x and y coordinates where the line ends. |
EndLineEndingType
Gets or sets the line ending style that will be displayed at the ending point of the line.
Declaration
public LineEndingType EndLineEndingType { get; set; }
Property Value
LineEndingType
The line ending type such as None, OpenArrow, or other arrow styles for the line end. |
Start
Gets or sets the starting point coordinates of the line annotation.
Declaration
public Point Start { get; set; }
Property Value
System.Windows.Point
The Point structure representing the x and y coordinates where the line begins. |
StartLineEndingType
Gets or sets the line ending style that will be displayed at the starting point of the line.
Declaration
public LineEndingType StartLineEndingType { get; set; }
Property Value
LineEndingType
The line ending type such as None, OpenArrow, or other arrow styles for the line start. |
Type
Gets the type of the annotation.
Declaration
public override AnnotationType Type { get; }
Property Value
AnnotationType
The type of the annotation. |
Overrides
Methods
RecalculateContent()
Recalculates the annotation AnnotationContentSource content based on annotations text properties and dynamic appearance characteristics if there are such.
Declaration
public override void RecalculateContent()