GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfMargins Class / GoPdfMargins Constructor / GoPdfMargins Constructor(Single,Single,Single,Single)
In This Topic
    GoPdfMargins Constructor(Single,Single,Single,Single)
    In This Topic
    Initializes a new instance of GoPdfMargins based on the parameter values.
    Syntax
    public GoPdfMargins( 
       float Left,
       float Top,
       float Right,
       float Bottom
    )

    Parameters

    Left
    Top
    Right
    Bottom
    See Also