PDFView4NET WinForms Edition


O2S.Components.PDFView4NET Namespace > PDFPageView Class : DefaultHighlightAnnotationColor Property
DefaultHighlightAnnotationColor Property
Gets or sets the default highlight color.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("PDF Annotations")>
<DescriptionAttribute("Default color for drawing highlight annotations")>
<DefaultValueAttribute(System.Drawing.Color, "Yellow")>
Public Property DefaultHighlightAnnotationColor As Color
'Usage
 
Dim instance As PDFPageView
Dim value As Color
 
instance.DefaultHighlightAnnotationColor = value
 
value = instance.DefaultHighlightAnnotationColor
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default color for drawing highlight annotations")]
[DefaultValue(System.Drawing.Color, "Yellow")]
public Color DefaultHighlightAnnotationColor {get; set;}

Property Value

The default color used to draw the highlight annotation on the screen.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also