Border
Overview
Border is a class in Aspose.PDF FOSS for .NET.
Represents the border of an annotation or field widget.
This class provides 2 methods for working with Border objects in .NET programs.
Available methods include: Border.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Dash, Effect, EffectIntensity, HCornerRadius, Style, VCornerRadius, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Width | int | Read/Write | Border width in points. |
Dash | Dash? | Read/Write | Dash pattern for dashed borders. |
Style | BorderStyle | Read/Write | Border style. |
Effect | BorderEffect | Read/Write | Border effect (cloudy, none). |
EffectIntensity | int | Read/Write | Intensity of the border effect. |
HCornerRadius | double | Read/Write | Horizontal corner radius for rounded rectangle borders. |
VCornerRadius | double | Read/Write | Vertical corner radius for rounded rectangle borders. |
Methods
| Signature | Description |
|---|---|
Border(owner: object?) | Calls Border on this Border instance. |
Border(parent: Annotation) | Construct a border bound to parent. |