AnnotBorderStyleStyle Enumeration |
Various appearances of the BorderStyle
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum AnnotBorderStyleStyle
Public Enumeration AnnotBorderStyleStyle
public enum class AnnotBorderStyleStyle
pdftron.PDF.AnnotBorderStyleStyle = function();
pdftron.PDF.AnnotBorderStyleStyle.createEnum('pdftron.PDF.AnnotBorderStyleStyle', false);
Members
| Member name | Value | Description |
---|
| e_solid | 0 | A solid rectangle surrounding the annotation. |
| e_dashed | 1 | A dashed rectangle surrounding the annotation. |
| e_beveled | 2 | A simulated embossed rectangle that appears to be raised above the surface of the page. |
| e_inset | 3 | A simulated engraved rectangle that appears to be recessed below the surface of the page. |
| e_underline | 4 | A single line along the bottom of the annotation rectangle. |
See Also