Gets or sets the distance, in twips, of the left border line either from the edge of the page or from the text, depending on the MeasureFromText property.

Syntax

public int LeftDistance { get; set; }
Public Property LeftDistance() As Integer

Remarks

The property's default value is PageBorder.DefaultDistance.

The property returns its default value when the text selection contains multiple sections with mixed setting. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.