Typeface name of the font to be considered for the font which will be used for creation bookmark in the PDF document.
public string FontFaceName { get; set; }
Public Property FontFaceName As String
public string FontFaceName {get; set;}
@property (nonatomic, copy, nullable) NSString *fontFaceName
public String getFontFaceName()
public void setFontFaceName(String fontFaceName)
<br/>get_FontFaceName();<br/>set_FontFaceName(value);<br/>Object.defineProperty('FontFaceName');
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.
The FontFaceName represents the font inside the source EMF document which will be considered for creation bookmarks in the PDF document
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
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