C#
VB
Java
C++
Face name of this font.
public string FaceName { get; set; }
Public Property FaceName As String
public String getFaceName()
public void setFaceName(String faceName)
A System.String that contain the face name of this font. The default value is null.
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.
For an example, refer to PDFObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET