PDFAnnotationBorderStyle Enumeration
Defines the supported styles for annotation borders.
Syntax
'Declaration Public Enum PDFAnnotationBorderStyle Inherits System.Enum
'Usage Dim instance As PDFAnnotationBorderStyle
public enum PDFAnnotationBorderStyle : System.Enum
Members
| Member | Description |
|---|---|
| Dashed | A dashed rectangle surrounding the annotation. |
| Solid | A solid rectangle surrounding the annotation. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
O2S.Components.PDFView4NET.Annotations.PDFAnnotationBorderStyle
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also