Gets the bottom inset using the specified unit type.
public System.double GetBottom(
UnitType ,
System.int
)
'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)
Parameters
- unitType
- The unit of measure.
- dpi
- The value, in dots per inch.
Return Value
The bottom inset in the specified unit type.
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)