In This Topic

TxtFontItalic Property (GdPictureDocumentConverter)

In This Topic
Specifies whether the font used for the resulting document when converting from the source txt file must have an italic style.
Syntax
'Declaration
 
Public Property TxtFontItalic As Boolean
public bool TxtFontItalic {get; set;}
public read-write property TxtFontItalic: Boolean; 
public function get,set TxtFontItalic : boolean
public: __property bool get_TxtFontItalic();
public: __property void set_TxtFontItalic( 
   bool value
);
public:
property bool TxtFontItalic {
   bool get();
   void set (    bool value);
}

Property Value

The default value is false.
See Also