←Select platform

FontName Property

Summary

True type face name of this font.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly