PDFView4NET WinForms Edition


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

Property Value

The annotation interior color.
Requirements

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

See Also