Back to Devexpress

PdfBookmark.IsItalic Property

officefileapi-devexpress-dot-pdf-dot-pdfbookmark-b1ed2b25.md

latest1.1 KB
Original Source

PdfBookmark.IsItalic Property

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

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public bool IsItalic { get; set; }
vb
Public Property IsItalic As Boolean

Property Value

TypeDescription
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

PdfBookmark Class

PdfBookmark Members

DevExpress.Pdf Namespace