←Select platform

BoldStyle Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly