←Select platform

ItalicStyle Property

Summary
Consider italic font style for the selected font while creating bookmark in the PDF document.
Syntax
C#
VB
Objective-C
C++
Java
public bool ItalicStyle { get; set; } 
Public Property ItalicStyle As Boolean 
@property (nonatomic, assign) BOOL italicStyle 
public boolean getItalicStyle() 
public void setItalicStyle(boolean 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.