Documents for PDF, .NET Edition Documentation
BorderStyle Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Annotations Namespace : BorderStyle Enumeration
Defines possible border styles for fields.
Syntax
'Declaration
 
Public Enum BorderStyle 
   Inherits System.Enum
public enum BorderStyle : System.Enum 
Members
MemberDescription
BeveledBeveled, a simulated embossed rectangle that appears to be raised above the surface of the page.
DashedDashed border.
InsetInset, a simulated engraved rectangle that appears to be recessed below the surface of the page.
NoneNo border.
SolidSolid border.
UnderlineUnderline, a single line along the bottom of the annotation rectangle.
UnknownValue is unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.Annotations.BorderStyle

See Also

Reference

GrapeCity.Documents.Pdf.Annotations Namespace