PaperSettingsToUnit Method |
Converts all values from the current unit to the specified unit.
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 ToUnit(
PaperUnit unit
)
Public Sub ToUnit (
unit As PaperUnit
)
public:
void ToUnit(
PaperUnit unit
)
member ToUnit :
unit : PaperUnit -> unit
Parameters
- unit
- Type: Dundas.BI.PrintPaperUnit
The unit to convert values to.
See Also