PaperSettingsSetMargins(Double, PaperUnit) 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,
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 Double
- The margin.
- unit PaperUnit
- The unit which the margin is specified in.
See Also