PaperSettingsSetMargins(Double, PaperUnit) Method

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 (26.2.0.1000)
Syntax
public void SetMargins(
	double value,
	PaperUnit unit
)

Parameters

value  Double
The margin.
unit  PaperUnit
The unit which the margin is specified in.
See Also