Gets the bottom inset using the specified unit type.
Syntax
'Declaration
Public Function GetBottom( _
ByVal As UnitType, _
ByVal As System.Integer _
) As System.Double
'Usage
Dim instance As Inset
Dim unitType As UnitType
Dim dpi As System.Integer
Dim value As System.Double
value = instance.GetBottom(unitType, dpi)
public System.double GetBottom(
UnitType ,
System.int
)
Parameters
- unitType
- The unit of measure.
- dpi
- The value, in dots per inch.
Return Value
The bottom inset in the specified unit type.
See Also