←Select platform

ItalicStyle Property

Summary

Consider italic font style for the selected font while creating bookmark in the PDF document.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool ItalicStyle { get; set; } 
Public Property ItalicStyle As Boolean 
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 ); 
} 

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

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