Click or drag to resize

PdfLineAnnotation Properties

The PdfLineAnnotation type exposes the following members.

Properties
Name Description
Public property Author
To specifying author
Public property BackColor
Gets or sets Background Color of the PdfLine
Public property BeginLineStyle
Gets or sets the style used for the beginning of the line.
Public property Border
Gets or sets annotation's border.
(Inherited from PdfAnnotation .)
Public property CaptionType
Gets or sets the line caption text type.
Public property Color
Gets or sets the background of the annotations icon when closed. The title bar of the annotations pop-up window. The border of a link annotation.
(Inherited from PdfAnnotation .)
Public property EndLineStyle
Gets or sets the style used for the end of the line.
Public property Flags
Gets or sets annotation flags.
(Inherited from PdfAnnotation .)
Public property InnerLineColor
Gets or sets Inner Color of the PdfLine
Public property LeaderLine
Gets or sets Leader Line
Public property LeaderLineExt
Gets or sets Leader Line Extension
Public property lineBorder
Gets or sets Border style of the Line Annotation.
Public property LineCaption
Gets or sets whether the line annotation caption should be displayed.
Public property LineIntent
Gets or sets LineIntent
Public property Location
Gets or sets location of the annotation.
(Inherited from PdfAnnotation .)
Public property ModifiedDate
Gets annotation's modified date.
(Inherited from PdfAnnotation .)
Public property Name
Gets or sets the name of the annotation. Note: The annotation name, a text string uniquely identifying it among all the annotations on its page.
(Inherited from PdfAnnotation .)
Public property Page
Gets a page which this annotation is connected to.
(Inherited from PdfAnnotation .)
Public property Rectangle
Gets or sets annotation's bounds. If this property is not set bounds are calculated automatically based on Location property and content of annotation.
(Inherited from PdfAnnotation .)
Public property Size
Gets or sets size of the annotation.
(Inherited from PdfAnnotation .)
Public property Subject
To specifying subject
Public property Text
Gets or sets content of the annotation.
(Inherited from PdfAnnotation .)
Top
See Also