Click or drag to resize

PdfBorderStyle Enumeration

Represents the style of the annotation's border.

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public enum PdfBorderStyle
Members
Member nameValueDescription
Unknown0 The border style is unknown.
Solid1 A solid rectangle surrounding the annotation.
Dashed2 A dashed rectangle surrounding the annotation.
Beveled3 A simulated embossed rectangle that appears to be raised above the surface of the page.
Inset4 A simulated engraved rectangle that appears to be recessed below the surface of the page.
Underlined5 A single line along the bottom of the annotation rectangle.
See Also