Class LineAnnotation

LineAnnotation class

Class representing line annotation.

public sealed class LineAnnotation : MarkupAnnotation

Constructors

NameDescription
LineAnnotation(Document, Point, Point)Constructor for using with Generator.
LineAnnotation(Page, Rectangle, Point, Point)Creates new Line annotation on the specified page.

Properties

NameDescription
Actions { get; }Gets list of annotatation actions.
virtual ActiveState { get; set; }Gets or sets current annotation appearance state.
override AnnotationType { get; }Gets type of annotation.
Appearance { get; }Gets appearance dictionary of the annotation.
Border { get; set; }Gets or sets annotation border characteristics. Border
CaptionOffset { get; set; }Gets or sets caption text offset from its normal position.
CaptionPosition { get; set; }Gets or sets annotation caption position.
Characteristics { get; }Gets annotation characteristics.
Color { get; set; }Gets or sets annotation color.
Contents { get; set; }Gets or sets annotation text.
CreationDate { get; }Gets date and time when annotation was created.
Ending { get; set; }Gets or sets line ending point.
EndingStyle { get; set; }Gets or sets ending style for end point of line.
Flags { get; set; }Flags of the annotation.
FullName { get; }Gets full qualified name of the annotation.
virtual Height { get; set; }Gets or sets height of the annotation.
virtual Hyperlink { get; set; }Gets or sets the fragment hyperlink(for pdf generator).
InReplyTo { get; set; }A reference to the annotation that this annotation is “in reply to”. Both annotations must be on the same page of the document.
Intent { get; set; }Gets or sets the intent of the line annotation.
InteriorColor { get; set; }Gets or sets interior color of the annotation.
IsFirstParagraphInColumn { get; set; }Gets or sets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation)
IsInLineParagraph { get; set; }Gets or sets a paragraph is inline. Default is false.(for pdf generation)
IsInNewPage { get; set; }Gets or sets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation)
IsKeptWithNext { get; set; }Gets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation)
LeaderLine { get; set; }Gets or sets leader line length.
LeaderLineExtension { get; set; }Gets or sets length of leader line extension.
LeaderLineOffset { get; set; }Gets or sets leader line offset.
Margin { get; set; }Gets or sets a outer margin for paragraph (for pdf generation)
Measure { get; set; }Measure units specifed for this annotation.
Modified { get; set; }Gets or sets date and time when annotation was recently modified.
Name { get; set; }Gets or sets annotation name on the page.
Opacity { get; set; }Gets or sets the constant opacity value to be used in painting the annotation.
virtual PageIndex { get; }Gets index of page which contains annotation.
Popup { get; set; }Pop-up annotation for entering or editing the text associated with this annotation.
virtual Rect { get; set; }Gets or sets annotation rectangle.
ReplyType { get; set; }A string specifying the relationship (the “reply type”) between this annotation and one specified by InReplyTo.
RichText { get; set; }Gets or sets a rich text string to be displayed in the pop-up window when the annotation is opened.
ShowCaption { get; set; }Gets or sets boolean flag which determinies is contents must be shown as caption.
Starting { get; set; }Gets or sets starting point of line.
StartingStyle { get; set; }Gets or sets line ending style for line starting point.
States { get; }Gets appearance dictionary of annotation.
Subject { get; set; }Gets text representing desciption of the object.
TextHorizontalAlignment { get; set; }Gets or sets text alignment for annotation.
Title { get; set; }Gets or sets a text that shall be displayed in title bar of annotation.
virtual VerticalAlignment { get; set; }Gets or sets a vertical alignment of paragraph
virtual Width { get; set; }Gets or sets width of the annotation.
ZIndex { get; set; }Gets or sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page.

Methods

NameDescription
override Accept(AnnotationSelector)Accepts visitor to annotation processing.
override ChangeAfterResize(Matrix)Updates the Starting and Ending points, according to the matrix transform.
ClearState()Clears state and state model for the annotation. For example, clears the review status for an annotation. Note, the state stored in other text annotation which has state and statemodel keys.
virtual Clone()Clones this instance. Virtual method. Always return null.
virtual Flatten()Places annotation contents directly on the page, annotation object will be removed.
GetRectangle(bool)Returns rectangle of annotation taking into consideration page rotation.
GetState()Gets the state of the annotation. Note, the state stored in other text annotation which has state and statemodel keys.
GetStateModel()Gets the state model of the annotation. Note, the state stored in other text annotation which has state and statemodel keys.
SetMarkedState(bool)Sets Marked и Unmarked state for the annotation. Note, the state stored in other text annotation which has state and statemodel keys.
SetReviewState(AnnotationState)Sets the review state for an annotation. Marked and Unmarked states are ignored as they do not belong to the Review StateModel. The state is set by the user who created the target annotation. The value is taken from the Title property of the target annotation. Note, the state stored in other text annotation which has state and statemodel keys.
SetReviewState(AnnotationState, string)Sets the review state for an annotation. Marked and Unmarked states are ignored as they do not belong to the Review StateModel. Note, the state stored in other text annotation which has state and statemodel keys.

See Also