←Select platform

Italic Property

Summary

Indicates whether the text font should be italic.

Syntax

C#
VB
Java
C++
public bool Italic {get; set;} 
Public Property Italic As Boolean 
public boolean isItalic() 
public void setItalic(boolean italic) 
             
public: 
property bool Italic { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use italic font for the text, false to use normal font.

Example

For an example, refer to CodecsTxtOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize