←Select platform

FaceName Property

Summary

Face name of this font.

Syntax

C#
VB
Java
C++
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

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 "Arial" or "Times New Roman". If this value is an empty string after being read from a PDF file, then the font is embedded inside the file.

Example

For an example, refer to PDFObject.

Requirements

Target Platforms

See Also

Reference

PDFFont Structure

PDFFont Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly