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.48.0.0 (3.48.0.0)
Syntax public bool Italic { get; set; }
Public Property Italic As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
Properties of a font object with
IsLocked set can not be changed.
See Also