Click or drag to resize

PdfStyledAnnotationWidget Properties

The PdfStyledAnnotationWidget type exposes the following members.

Properties
Name Description
Public property AnnotationFlags
Gets or sets the annotation flags.
Public property Border
Gets or sets the annotation's border.
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.
Public property Color
Gets or sets the color.
Public property Flags
Gets or sets annotation flags.
(Inherited from PdfAnnotation .)
Public property Location
Gets or sets the location.
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.
Public property Text
Gets or sets the text.
Top
See Also