PdfBookmark.IsBold Property
Gets or sets the value indicating whether the bookmark text is bold.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
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