Font height to be considered for the font which will be used when creating bookmarks in the PDF document.
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');
A FontHeight double value that indicates the font height. The default value is 0.
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.
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