PDFView4NET WinForms Edition


Appearance Property (PDFLinkAnnotation)
Gets or sets the annotation appearance.
Syntax
'Declaration
 
Public Overrides Property Appearance As PDFAnnotationAppearance
'Usage
 
Dim instance As PDFLinkAnnotation
Dim value As PDFAnnotationAppearance
 
instance.Appearance = value
 
value = instance.Appearance
public override PDFAnnotationAppearance Appearance {get; set;}

Property Value

The appearance of the text annotation icon.
Requirements

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

See Also