←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
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly