Back to Devexpress

PdfBookmark.IsBold Property

officefileapi-devexpress-dot-pdf-dot-pdfbookmark-1caf801a.md

latest1.1 KB
Original Source

PdfBookmark.IsBold Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true , if the bookmark text is bold; 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