Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfBookmark.IsItalic Property

Gets or sets the value indicating whether the bookmark text is italic.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public bool IsItalic { get; set; }

Property Value

Type Description
Boolean

true, if the bookmark text is italic; otherwise, false.

Remarks

To specify the bookmark text shown in the navigation pane, use the PdfBookmark.Title property.

See Also