API Reference

Enum

PdfAnnotationBorderStyle

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Standard PDF annotation border styles stored in the /BS dictionary.

Inheritance

  • Enum
  • PdfAnnotationBorderStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const PdfAnnotationBorderStyle Solid #

Solid border.

Value: 0
public const PdfAnnotationBorderStyle Dashed #

Dashed border.

Value: 1
public const PdfAnnotationBorderStyle Beveled #

Beveled border.

Value: 2
public const PdfAnnotationBorderStyle Inset #

Inset border.

Value: 3
public const PdfAnnotationBorderStyle Underline #

Underline border.

Value: 4