Consider italic font style for the selected font while creating bookmark in the PDF document.
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');
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.
When BoldStyle is true, only italic fonts will be considered for creation the bookmark in the PDF document.
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