[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.BorderStyle

Enum BorderStyle

Namespace
GrapeCity.Documents.Pdf.Annotations
Assembly
GcDocs.Pdf.dll

Defines possible border styles for fields.

public enum BorderStyle

Fields

Beveled = 3

Beveled, a simulated embossed rectangle that appears to be raised above the surface of the page.

Dashed = 2

Dashed border.

Inset = 4

Inset, a simulated engraved rectangle that appears to be recessed below the surface of the page.

None = 0

No border.

Solid = 1

Solid border.

Underline = 5

Underline, a single line along the bottom of the annotation rectangle.

Unknown = 6

Value is unknown.