GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfMargins Class / GoPdfMargins Constructor / GoPdfMargins Constructor(Single)
The size of the margins
In This Topic
    GoPdfMargins Constructor(Single)
    In This Topic
    Creates an instance of PdfMargins with the same margin size on every side
    Syntax
    public GoPdfMargins( 
       float all
    )

    Parameters

    all
    The size of the margins
    See Also