Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / Margins Class / Margins Constructor / Margins Constructor(Single,Single,Single,Single)
Left margin, in inches.
Top margin, in inches.
Right margin, in inches.
Bottom margin, in inches.

In This Topic
    Margins Constructor(Single,Single,Single,Single)
    In This Topic
    Initializes a new instance of Margins.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As System.Single, _
       ByVal top As System.Single, _
       ByVal right As System.Single, _
       ByVal bottom As System.Single _
    )
    public Margins( 
       System.float left,
       System.float top,
       System.float right,
       System.float bottom
    )

    Parameters

    left
    Left margin, in inches.
    top
    Top margin, in inches.
    right
    Right margin, in inches.
    bottom
    Bottom margin, in inches.
    See Also