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 : BoldStyle Property |
public bool BoldStyle {get; set;}
'Declaration
Public Property BoldStyle As Boolean
'Usage
Dim instance As PdfAutoBookmark Dim value As Boolean instance.BoldStyle = value value = instance.BoldStyle
public bool BoldStyle {get; set;}
@property (nonatomic, assign) BOOL boldStyle
public boolean getBoldStyle() public void setBoldStyle(boolean boldStyle)
<br/>get_BoldStyle();<br/>set_BoldStyle(value);<br/>Object.defineProperty('BoldStyle');
When BoldStyle is true, bookmarks will be created wherever there is a bold font in the document.