Indicates that bookmarks should be created based on whether the font is bold.
public bool BoldStyle { get; set; }
Public Property BoldStyle As Boolean
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');
true to create bookmarks based on whether the font is bold, otherwise; false. The default value is false.
When BoldStyle is true, bookmarks will be created wherever there is a bold font in the 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