PaperSettingsSetMargins Method (Double, PaperUnit) |
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 (24.3.0.1000)
Syntax public void SetMargins(
double value,
PaperUnit unit
)
Public Sub SetMargins (
value As Double,
unit As PaperUnit
)
public:
void SetMargins(
double value,
PaperUnit unit
)
member SetMargins :
value : float *
unit : PaperUnit -> unit
Parameters
- value
- Type: SystemDouble
The margin. - unit
- Type: Dundas.BI.PrintPaperUnit
The unit which the margin is specified in.
See Also