BorderStyleKind Enumeration |
BorderStyleKind is used to specify how the borders of simple annotations should appear on the
page. None is default.
Namespace:
Atalasoft.PdfDoc.Generating.Annotations
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum BorderStyleKind
Public Enumeration BorderStyleKind
Members
| Member name | Description |
---|
| None |
No additional effect
|
| Solid |
A solid line - default
|
| Dashed |
A dashed line determined by an associated dash array
|
| Beveled |
A simulated embossed border
|
| Inset |
A simulated engraved border
|
| Underline |
A single underline
|
See Also