PdfBorderStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates annotation border styles.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfBorderStyle
type PdfBorderStyle =
- Inheritance
-
PdfBorderStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
Solid | 0 | Indicates a solid line. |
Dashed | 1 | Indicates a dashed effect. |
Beveled | 2 | Indicates a beveled effect. |
Inset | 3 | Indicates an inset effect. |
Underline | 4 | Indicates the annotation will be underlined. |