Click or drag to resize

PdfLineAnnotationWidget Properties

The PdfLineAnnotationWidget type exposes the following members.

Properties
Name Description
Public property AnnotationFlags
Gets or sets the annotation flags.
(Inherited from PdfStyledAnnotationWidget .)
Public property Author
To specifying author
Public property BackColor
Gets or sets the back color of the annotation.
Public property BeginLineStyle
Gets or sets the begin line style of the annotation.
Public property Border
Gets or sets the annotation's border.
(Inherited from PdfStyledAnnotationWidget .)
Public property Bounds
Gets or sets the annotation's bounds. If this property is not set, bounds are calculated automatically based on Location property and content of annotation.
(Inherited from PdfStyledAnnotationWidget .)
Public property CaptionType
Gets or sets the caption type of the annotation.
Public property Color
Gets or sets the color.
(Inherited from PdfStyledAnnotationWidget .)
Public property EndLineStyle
Gets or sets the end line style of the annotation.
Public property EndPoint
Gets the endpoint of the annotation, it's at the bottom left The origin of coordinate system corresponds to the lower-left corner of page.The positive x axis extends horizontally to the right and the positive y axis vertically upward
Public property Flags
Gets or sets annotation flags.
(Inherited from PdfAnnotation .)
Public property InnerLineColor
Gets or sets the inner line color of the annotation.
Public property LeaderExt
Gets or sets the leader ext of the annotation.
Public property LeaderLine
Gets or sets the leader line of the annotation.
Public property LineBorder
Gets the line border of the annotation.
Public property LineCaption
Gets or sets the line caption of the annotation.
Public property LineIntent
Gets or sets the line intent of the annotation.
Public property Location
Gets or sets the location.
(Inherited from PdfStyledAnnotationWidget .)
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 PageWidget
Gets and sets the Page.
(Inherited from PdfAnnotationWidget .)
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 the size.
(Inherited from PdfStyledAnnotationWidget .)
Public property StartPoint
Gets the startpoint of the annotation, it's at the bottom left The origin of coordinate system corresponds to the lower-left corner of page.The positive x axis extends horizontally to the right and the positive y axis vertically upward
Public property Subject
To specifying subject
Public property Text
Gets or sets the text.
(Inherited from PdfStyledAnnotationWidget .)
Top
See Also