Click or drag to resize

PdfFontItalic Property

Gets or sets a value indicating whether text is italicized in the parent PdfObject.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool Italic { get; set; }

Property Value

Type: Boolean
Remarks
Properties of a font object with IsLocked set can not be changed.
See Also