←Select platform

FontName Property

Summary

True type face name of this font.

Syntax
C#
VB
C++
Java
public string FontName { get; set; } 
Public Property FontName As String 
public String getFontName() 
public void setFontName(String fontName) 
public: 
property String^ FontName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that contain the face name of this font. The default value is null.

Remarks

The face name of a font can be any true type font name. If this value is an empty, the Arial font will be used as default font.

Example

For an example, refer to PDFTextAnnotation.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly