PdfAnnotationBorder class
Represents the appearance of an annotation's border. PdfAnnotationBorder class is used to create the annotation border
Constructors
- PdfAnnotationBorder([double? borderWidth, double? horizontalRadius, double? verticalRadius, PdfBorderStyle? borderStyle, int? dashArray])
- Initializes a new instance of the PdfAnnotationBorder class with specified border width, horizontal and vertical radius.
Properties
- borderStyle ↔ PdfBorderStyle
-
Gets or sets the border style.
getter/setter pair
- dashArray ↔ int?
-
Gets or sets the line dash of the annotation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalRadius ↔ double
-
Gets or sets the horizontal corner radius of the annotations.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verticalRadius ↔ double
-
Gets or sets the vertical corner radius of the annotation.
getter/setter pair
- width ↔ double
-
Gets or sets the width of annotation's border.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited