ITextCharacterFormat.Italic Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether characters are in italics.
public:
property FormatEffect Italic { FormatEffect get(); void set(FormatEffect value); };
FormatEffect Italic();
void Italic(FormatEffect value);
public FormatEffect Italic { get; set; }
var formatEffect = iTextCharacterFormat.italic;
iTextCharacterFormat.italic = formatEffect;
Public Property Italic As FormatEffect
Property Value
The italicized state.