Table of Contents

Property Italic

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Italic

Gets a value indicating whether this PdfFont is italic.

public bool Italic { get; }

Property Value

bool

true if this PdfFont is italic; otherwise, false.

Remarks

The Unembed fonts section contains an example of using this property.