Click or drag to resize

PdfAnnotBorder Enumeration

Annotation border styles defined by the S entry in the border style (BS) dictionary.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public enum PdfAnnotBorder
Members
  Member nameValueDescription
Solid0 A solid rectangle surrounding the annotation.
Dashed1 A dashed rectangle surrounding the annotation. The dash pattern is specified by the D entry in the border style dictionary.
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.
See Also