Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / Margins Class / Margins Constructor / Margins Constructor(Single)
The uniform margin applied to left, top, right, and bottom, in inches.

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

    Parameters

    uniformMargin
    The uniform margin applied to left, top, right, and bottom, in inches.
    See Also