In This Topic

HtmlPageMarginTop Property (GdPictureDocumentConverter)

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

Property Value

The default value is 0.
See Also