In This Topic

TxtFontBold Property (GdPictureDocumentConverter)

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

Property Value

The default value is false.
See Also