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

Show in webframe

UseStyles Property








Gets or sets a value that indicates whether to consider font styles when creating bookmarks in the PDF document.
Syntax
public bool UseStyles {get; set;}
'Declaration
 
Public Property UseStyles As Boolean
'Usage
 
Dim instance As PdfAutoBookmark
Dim value As Boolean
 
instance.UseStyles = value
 
value = instance.UseStyles
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'); 
public:
property bool UseStyles {
   bool get();
   void set (    bool value);
}

Property Value

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.
Remarks

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.

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