←Select platform

FontHeight Property

Summary

Font height to be considered for the font which will be used when creating bookmarks in the PDF document.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double FontHeight { get; set; } 
Public Property FontHeight As Double 
public double FontHeight {get; set;} 
@property (nonatomic, assign) double fontHeight 
public double getFontHeight() 
public void setFontHeight(double fontHeight) 
             
 <br/>get_FontHeight();<br/>set_FontHeight(value);<br/>Object.defineProperty('FontHeight');  
public: 
property double FontHeight { 
   double get(); 
   void set (    double ); 
} 

Property Value

A FontHeight double value that indicates the font height. The default value is 0.

Remarks

The FontFaceName.represents the font inside the source EMF document which will be used when creating bookmarks in the PDF document

The FontHeight is another options that can be used to customize the font being used when creating 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