PdfMarkerLineStyle Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfMarkerLineStyle Enumeration
All possible marker line styles.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfMarkerLineStyle
VB
Public Enumeration PdfMarkerLineStyle

Members

  Member nameValueDescription
Solid0 A solid rectangle surrounding the widget.
Dashed1 A dashed rectangle surrounding the widget.
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 widget rectangle.

See Also