Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > PdfAutoBookmark Structure : FontHeight Property |
public double FontHeight {get; set;}
'Declaration
Public Property FontHeight As Double
'Usage
Dim instance As PdfAutoBookmark Dim value As Double instance.FontHeight = value value = instance.FontHeight
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');
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.