Gets the formatting rectangle of a text field. The formatting rectangle is the largest rectangle to which the area covered by the field can grow. The rectangle is given in twips with an origin at the upper left corner of the document.

Introduced: 15.0.

Syntax

public Rectangle FormattingBounds { get; }
Public ReadOnly Property FormattingBounds() As Rectangle

Limitations

Read only.