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

NameTypeAccessDescription
WidthintRead/WriteBorder width in points.
DashDash?Read/WriteDash pattern for dashed borders.
StyleBorderStyleRead/WriteBorder style.
EffectBorderEffectRead/WriteBorder effect (cloudy, none).
EffectIntensityintRead/WriteIntensity of the border effect.
HCornerRadiusdoubleRead/WriteHorizontal corner radius for rounded rectangle borders.
VCornerRadiusdoubleRead/WriteVertical corner radius for rounded rectangle borders.

Methods

SignatureDescription
Border(owner: object?)Calls Border on this Border instance.
Border(parent: Annotation)Construct a border bound to parent.

See Also