ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / LeftMargin Property

In This Topic
    LeftMargin Property (C1WordDocument)
    In This Topic
    Gets or sets a left margin of this document.
    Syntax
    'Declaration
     
    Public Property LeftMargin As System.Single
    public System.float LeftMargin {get; set;}

    Property Value

    The left margin of the Word/RTF document.
    See Also