| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
FrameBase.TextDistances Property |
||
| Description: | Gets or sets the distances, in twips, between an image or text frame and the document's 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: |
[C#]
public int[] TextDistances { get; set; }
[Visual Basic] Public Property TextDistances() As Integer() |
|
| See also: | Images, Graphical Overview. | |