In This Topic

TxtFontSize Property (GdPictureDocumentConverter)

In This Topic
Specifies the text size, in points, to be used for the resulting document when converting from the source txt file.
Syntax
'Declaration
 
Public Property TxtFontSize As Single
public float TxtFontSize {get; set;}
public read-write property TxtFontSize: Single; 
public function get,set TxtFontSize : float
public: __property float get_TxtFontSize();
public: __property void set_TxtFontSize( 
   float value
);
public:
property float TxtFontSize {
   float get();
   void set (    float value);
}

Property Value

The default value is 12.
See Also