PDFView4NET WinForms Edition


Font Property (PDFFreeTextAnnotation)
Gets or sets the font used to display the widget text.
Syntax
'Declaration
 
Public Property Font As PDFFontBase
'Usage
 
Dim instance As PDFFreeTextAnnotation
Dim value As PDFFontBase
 
instance.Font = value
 
value = instance.Font
public PDFFontBase Font {get; set;}

Property Value

The font used for displaying the widget content.
Requirements

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

See Also