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

Show in webframe

ItalicStyle Property








Gets or sets a value that indicates whether to consider italic font style for the selected font while creating bookmark in the PDF document.
Syntax
public bool ItalicStyle {get; set;}
'Declaration
 
Public Property ItalicStyle As Boolean
'Usage
 
Dim instance As PdfAutoBookmark
Dim value As Boolean
 
instance.ItalicStyle = value
 
value = instance.ItalicStyle
public bool ItalicStyle {get; set;}
@property (nonatomic, assign) BOOL italicStyle
public boolean getItalicStyle()
public void setItalicStyle(boolean italicStyle)
            
 <br/>get_ItalicStyle();<br/>set_ItalicStyle(value);<br/>Object.defineProperty('ItalicStyle'); 
public:
property bool ItalicStyle {
   bool get();
   void set (    bool value);
}

Property Value

true to consider only italic font for the selected font type and size while creating bookmark in the PDF document; false, otherwise. The default value is false.
Remarks

When BoldStyle is true, only italic fonts will be considered for creation the bookmark in the PDF 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