In This Topic

TxtFontFamily Property (GdPictureDocumentConverter)

In This Topic
Specifies the name of the font to be used for the resulting document when converting from the source txt file.
Syntax
'Declaration
 
Public Property TxtFontFamily As String
public string TxtFontFamily {get; set;}
public read-write property TxtFontFamily: String; 
public function get,set TxtFontFamily : String
public: __property string* get_TxtFontFamily();
public: __property void set_TxtFontFamily( 
   string* value
);
public:
property String^ TxtFontFamily {
   String^ get();
   void set (    String^ value);
}

Property Value

The default value is SystemFontsManager.GetDefaultSystemUnicodeFont().
See Also