←Select platform

FaceName Property

Summary

The name of the face of this font.

Syntax
C#
VB
C++
Java
public string FaceName {get; set;} 
Public Property FaceName As String 
public String getFaceName() 
public void setFaceName(String faceName) 
public: 
property String^ FaceName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

String that contains the face name of this font. The default value is null.

Remarks

The face name of a font can be a standard font name such as "Arial" or "Times New Roman". It can also be "ARIAL-123" or "ARIAL-BOLD-EMBEDDED" or any other value the creator of the PDF file chose to use.

Example

For an example, refer to PDFFont.

Requirements

Target Platforms

See Also

Reference

PDFFont Structure

PDFFont Members

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