Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfOutline.IsItalic Property

Gets the value indicating whether the outline’s text is formatted as italic.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public bool IsItalic { get; }

Property Value

Type Description
Boolean

true, if the outline’s text is italic; otherwise, false.

See Also