Gets or sets a value indicating whether text is italicized in the parent
PdfObject.
Namespace:
RadPdf.Data.Document.Common
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool Italic { get; set; }
Public Property Italic As Boolean
Get
Set
Property Value
Type:
Boolean
Remarks
Properties of a font object with
IsLocked set can not be changed.
See Also