BorderStyle Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies a border style of the annotations.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Solid | 0 | A solid rectangle surrounding the annotation. | |
Dashed | 1 | A dashed rectangle surrounding the annotation. | |
Beveled | 2 | A simulated embossed rectangle that appears to be raised above the surface of the page. | |
Inset | 3 | A simulated engraved rectangle that appears to be recessed below the surface of the page. | |
Underline | 4 | A single line along the bottom of the annotation rectangle. |
See Also