Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / LineNumbering Class / DistanceFromText Property

In This Topic
    DistanceFromText Property
    In This Topic
    Gets or sets the distance between the text margin and the edge of any line numbers appearing in the section.

    Set this property to zero for automatic distance.

    Syntax
    'Declaration
     
    Public Property DistanceFromText As System.Single
    public System.float DistanceFromText {get; set;}
    See Also