Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / Margins Class / Margins Constructor / Margins Constructor(Single,Single)
Left and right margins, in inches.
Top and bottom margins, in inches.

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

    Parameters

    leftRight
    Left and right margins, in inches.
    topBottom
    Top and bottom margins, in inches.
    See Also