TxtFontItalic Property (GdPictureDocumentConverter)
Specifies whether the font used for the resulting document when converting from the source txt file must have an italic style.
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);
}
'Declaration
Public Property TxtFontItalic As Boolean
Property Value
The default value is false.