Back to Devexpress

PdfWidgetFacade.FontBold Property

officefileapi-devexpress-dot-pdf-dot-pdfwidgetfacade-554f5570.md

latest986 B
Original Source

PdfWidgetFacade.FontBold Property

gets or sets whether to format widget text as bold.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true , to make text bold; otherwise, false.

|

See Also

PdfWidgetFacade Class

PdfWidgetFacade Members

DevExpress.Pdf Namespace