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;}
get_FontHeight();
set_FontHeight(value);
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.