←Select platform

BoldStyle Property

Summary

Indicates that bookmarks should be created based on whether the font is bold.

Syntax
C#
VB
Objective-C
C++
Java
public bool BoldStyle { get; set; } 
Public Property BoldStyle As Boolean 
@property (nonatomic, assign) BOOL boldStyle 
public boolean getBoldStyle() 
public void setBoldStyle(boolean boldStyle) 
public: 
property bool BoldStyle { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to create bookmarks based on whether the font is bold, otherwise; false. The default value is false.

Remarks

When BoldStyle is true, bookmarks will be created wherever there is a bold font in the document.

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly