Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

FontFaceName Property








Gets or sets a typeface name of the font to be considered for the font which will be used for creation bookmark in the PDF document.
Syntax
public string FontFaceName {get; set;}
'Declaration
 
Public Property FontFaceName As String
'Usage
 
Dim instance As PdfAutoBookmark
Dim value As String
 
instance.FontFaceName = value
 
value = instance.FontFaceName
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^ value);
}

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

See Also

Reference

PdfAutoBookmark Structure
PdfAutoBookmark Members
DocumentWriter Class
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

Error processing SSI file
Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features