Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Italic Property








Indicates whether the text font should be italic.
Syntax
public bool Italic {get; set;}
'Declaration
 
Public Property Italic As Boolean
'Usage
 
Dim instance As CodecsTxtLoadOptions
Dim value As Boolean
 
instance.Italic = value
 
value = instance.Italic
public bool Italic {get; set;}
public boolean isItalic()
public void setItalic(boolean italic)
            
 <br/>get_Italic();<br/>set_Italic(value);<br/>Object.defineProperty('Italic'); 
public:
property bool Italic {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

CodecsTxtLoadOptions Class
CodecsTxtLoadOptions Members

Error processing SSI file