DefaultEllipseAnnotationBorderWidth Property
Gets or sets the default border width for ellipse annotations.
Syntax
'Declaration <BrowsableAttribute(True)> <CategoryAttribute("PDF Annotations")> <DescriptionAttribute("Default pen width for drawing the border of ellipse annotations")> <DefaultValueAttribute(1)> Public Property DefaultEllipseAnnotationBorderWidth As Double
'Usage Dim instance As PDFPageView Dim value As Double instance.DefaultEllipseAnnotationBorderWidth = value value = instance.DefaultEllipseAnnotationBorderWidth
[Browsable(true)] [Category("PDF Annotations")] [Description("Default pen width for drawing the border of ellipse annotations")] [DefaultValue(1)] public double DefaultEllipseAnnotationBorderWidth {get; set;}
Property Value
The default width of the pen used to draw the border of ellipse annotation on the screen.Exceptions
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | Thown when the value is less than zero. |
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also