XFINIUM.PDF.View.Wpf Documentation
AppearanceFont Property



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

Property Value

The font used for displaying the annotation content.
Remarks
If this property is null, the Font property is used for displaying the annotation content.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


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