Property Italic
- Namespace
 - BitMiracle.Docotic.Pdf
 
- Assembly
 - BitMiracle.Docotic.Pdf.dll
 
Italic
(PDF 1.4) Gets or sets a value indicating whether this PdfOutlineItem should be displayed in italic.
public bool Italic { get; set; }
Property Value
- bool
 trueif this PdfOutlineItem should be displayed in italic; otherwise,false.
Exceptions
- UnexpectedStructureException
 The value in the internal PDF structure has an unexpected type.