XFINIUM.PDF.View.Win Documentation
Font Property



Xfinium.Pdf.View.Annotations Namespace > PdfVisualFreeTextAnnotation Class : Font Property
Gets or sets the annotation font.
Syntax
'Declaration
 
Public Property Font As Xfinium.Pdf.Graphics.PdfFont
'Usage
 
Dim instance As PdfVisualFreeTextAnnotation
Dim value As Xfinium.Pdf.Graphics.PdfFont
 
instance.Font = value
 
value = instance.Font
public Xfinium.Pdf.Graphics.PdfFont Font {get; set;}
public:
property Xfinium.Pdf.Graphics.PdfFont^ Font {
   Xfinium.Pdf.Graphics.PdfFont^ get();
   void set (    Xfinium.Pdf.Graphics.PdfFont^ value);
}

Property Value

The font used for displaying the annotation Contents.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualFreeTextAnnotation Class
PdfVisualFreeTextAnnotation Members