Consider font styles when creating bookmarks in the PDF document.
public bool UseStyles { get; set; }
Public Property UseStyles As Boolean
public bool UseStyles {get; set;}
@property (nonatomic, assign) BOOL useStyles
public boolean getUseStyles()
public void setUseStyles(boolean useStyles)
<br/>get_UseStyles();<br/>set_UseStyles(value);<br/>Object.defineProperty('UseStyles');
true to allow checking for font styles such as bold or italic while creating the bookmark in the PDF document using the automatic bookmarking feature, otherwise; false The default value is false.
Autobookmarking (automatic bookmarking) creates bookmark items based on font information whenever UseStyles is true. This means that different font styles are considered to be different. For example, when UseStyles is true, Arial bold and Arial are handled as two different fonts.
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