GetBreakWidth
Get the maximum width of an equation before it is broken into lines. The returned value includes units.
C++
HRESULT GetBreakWidth([out, retval] BSTR *breakwidth);;
Visual Basic
Public Function GetBreakWidth () As Long
Parameters
None
Return value
breakwidth As String
|