PaperSettingsSetMargins(Double) Method |
Sets all margins to the specified value.
Namespace: Dundas.BI.PrintAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Double
- The margin.
See Also