In This Topic

TxtPageMarginBottom Property (GdPictureDocumentConverter)

In This Topic
Specifies the bottom page margin, in points, of the resulting document when converting from the source txt file.
Syntax
'Declaration
 
Public Property TxtPageMarginBottom As Single
public float TxtPageMarginBottom {get; set;}
public read-write property TxtPageMarginBottom: Single; 
public function get,set TxtPageMarginBottom : float
public: __property float get_TxtPageMarginBottom();
public: __property void set_TxtPageMarginBottom( 
   float value
);
public:
property float TxtPageMarginBottom {
   float get();
   void set (    float value);
}

Property Value

The default value is 10.
See Also