PdfOutlineItem.Bold Property

(PDF 1.4) Gets or sets a value indicating whether this PdfOutlineItem should be displayed in bold.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool Bold { get; set; }
VB
Public Property Bold As Boolean
	Get
	Set

Property Value

Type: Boolean
true if this PdfOutlineItem should be displayed in bold; otherwise, false.

See Also