Gets or sets the distances, in twips, between the text frame's border line and the text. The property's value is an array of four variables specifying the distances in the following order: left, top, right and bottom. If a value is set to -1, it is not changed.

Syntax

public int[] InternalMargins { get; set; }
Public Property InternalMargins() As Integer()