SetBreakWidth
Sets the maximum width of an equation before it is broken into several lines. The default value is 800px. Note that the argument must include units.
C++
HRESULT SetBreakWidth([in] BSTR breakwidth);
Visual Basic
Public Function SetBreakWidth (
breakwidth As String
) As Long
Parameters
breakwidth
|
[in] maximum width of an equation, including units
|
Return value
None
|