HtmlPageMarginBottom Property (GdPictureDocumentConverter)
                In This Topic
            
            
            Specifies the bottom page margin, in points, of the resulting document when converting from the source html file.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property HtmlPageMarginBottom As Single
             
        
            
            public float HtmlPageMarginBottom {get; set;}
             
        
            
            public read-write property HtmlPageMarginBottom: Single; 
             
        
            
            public function get,set HtmlPageMarginBottom : float
             
        
            
            public: __property float get_HtmlPageMarginBottom();
public: __property void set_HtmlPageMarginBottom( 
   float value
);
             
        
            
            public:
property float HtmlPageMarginBottom {
   float get();
   void set (    float value);
}
             
        
             
        
            
            
            Property Value
The default value is 0.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also