Skip to main content
All docs
V25.1
  • PdfSignatureFontSettings.Italic Property

    Gets or sets whether to italicize text.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.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