In This Topic

TxtPageMarginRight Property (GdPictureDocumentConverter)

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

Property Value

The default value is 10.
See Also