Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFFont Structure : FaceName Property |
public string FaceName {get; set;}
'Declaration
Public Property FaceName As String
'Usage
Dim instance As PDFFont Dim value As String instance.FaceName = value value = instance.FaceName
public String getFaceName() public void setFaceName(String faceName)
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.