PDFView4NET WinForms Edition


HatchColor Property (PDFPolygonAnnotation)
Gets or sets the annotation's hatch color.
Syntax
'Declaration
 
Public Property HatchColor As PDFRgbColor
'Usage
 
Dim instance As PDFPolygonAnnotation
Dim value As PDFRgbColor
 
instance.HatchColor = value
 
value = instance.HatchColor
public PDFRgbColor HatchColor {get; set;}

Property Value

The annotation hatch color.
Requirements

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

See Also