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

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

    Parameters

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