Skip to main content

PdfBookmark.IsBold Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool IsBold { get; set; }

Property Value

Type Description
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