In This Topic

TxtPageMarginLeft Property (GdPictureDocumentConverter)

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

Property Value

The default value is 10.
See Also