(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:
Booleantrue if this
PdfOutlineItem
should be displayed in bold; otherwise,
false.
See Also