In This Topic

HtmlPageMarginLeft Property (GdPictureDocumentConverter)

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

Property Value

The default value is 0.
See Also