←Select platform

FontFaceName Property

Summary

Typeface name of the font to be considered for the font which will be used for creation bookmark in the PDF document.

Syntax
C#
VB
Objective-C
C++
Java
public string FontFaceName { get; set; } 
Public Property FontFaceName As String 
@property (nonatomic, copy, nullable) NSString *fontFaceName 
public String getFontFaceName() 
public void setFontFaceName(String fontFaceName) 
public: 
property String^ FontFaceName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A String which contains typeface name of the font which is used to determine the selected font for creation bookmark. To reset this value, use either an empty string or null. Default value is null.

Remarks

The FontFaceName represents the font inside the source EMF document which will be considered for creation bookmarks in the PDF document

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly