Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

BoldStyle Property








Gets or sets a value that indicates that bookmarks should be created based on whether the font is bold.
Syntax
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'); 
public:
property bool BoldStyle {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

PdfAutoBookmark Structure
PdfAutoBookmark Members
DocumentWriter Class
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

Error processing SSI file
Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features