Click or drag to resize

BorderStyles Enumeration

Represents the border style.

Namespace: Patagames.Pdf.Enums
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public enum BorderStyles
Members
Member nameValueDescription
Solid0 A solid rectangle surrounding the annotation.
Dashed1 A dashed rectangle surrounding the annotation.
Beveled2 A simulated embossed rectangle that appears to be raised above the surface of the page.
Inset3 A simulated engraved rectangle that appears to be recessed below the surface of the page.
Underline4 A single line along the bottom of the annotation rectangle.
Remarks
Other border styles may be defined in the future. Default value: Solid.
See Also