Skip to main content
All docs
V23.2

PdfSignatureFontSettings.Italic Property

Gets or sets whether to italicize text.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool Italic { get; set; }

Property Value

Type Description
Boolean

true to format text in italics; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Italic
PdfSignatureAppearance
PdfSignatureAppearance
See Also