The color of the border of this annotation.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public override DeviceColor BorderColor { get; }
Visual Basic
Public Overrides ReadOnly Property BorderColor As DeviceColor
	Get

Remarks

This property returns either an RgbColor or nullNothingnullptra null reference (Nothing in Visual Basic) (transparent). You should only assign an RgbColor or null/nothing to this property.

See Also