In This Topic

HtmlPageMarginRight Property (GdPictureDocumentConverter)

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

Property Value

The default value is 0.
See Also