PdfBookmark.IsItalic Property
In This Article
Gets or sets the value indicating whether the bookmark text is italic.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#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