PaperSettingsSetMargins Method (Double) | 
 
            Sets all margins to the specified value.
            
 
    Namespace: 
   Dundas.BI.Print
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic void SetMargins(
	double value
)
Public Sub SetMargins ( 
	value As Double
)
public:
void SetMargins(
	double value
)
member SetMargins : 
        value : float -> unit 
Parameters
- value
 - Type: SystemDouble
The margin. 
See Also