Method UnOutline
UnOutline(Point)
Removes outlined section at the specific position.
public virtual void UnOutline(Point position)
Parameters
position
PointSpecifies position in the text.
UnOutline(int)
Removes all outline sections containing the given line.
public virtual void UnOutline(int index)
Parameters
index
intSpecifies line in the text.
UnOutline()
Removes all outlined sections from outline collection.
public virtual void UnOutline()