(PDF 1.4) Gets or sets a value indicating whether this
PdfOutlineItem
should be displayed in italic.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Italic { get; set; }
VB
Public Property Italic As Boolean
Get
Set
Property Value
Type:
Booleantrue if this
PdfOutlineItem
should be displayed in italic; otherwise,
false.
See Also