AnnotationBorder Class |
RectangleAnnotation annot = new RectangleAnnotation(bounds); annot.Border = new AnnotationBorder(4, 4, 10, AnnotationBorder.EmpyDashPattern);
Namespace: Atalasoft.PdfDoc.Generating.Annotations
The AnnotationBorder type exposes the following members.
| Name | Description | |
|---|---|---|
| AnnotationBorder |
Initializes a new instance of the AnnotationBorder class with HorizontalCornerRadius = 0,
VerticalCornerRadius = 0, Width = 0, and DashPattern = EmptyDashPattern.
| |
| AnnotationBorder(Double, Double, Double, IEnumerableDouble) |
Initializes a new instance of the AnnotationBorder class with the specified values.
|
| Name | Description | |
|---|---|---|
| DashPattern |
Gets or sets the dash pattern.
| |
| EmptyDashPattern |
Gets the empty dash pattern. Using this as the dash pattern with generate a solid line.
| |
| HorizontalCornerRadius |
Gets or sets the horizontal corner radius in PDF units.
| |
| VerticalCornerRadius |
Gets or sets the vertical corner radius in PDF units.
| |
| Width |
Gets or sets the width of the line in PDF units.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |