VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfContentPadding Structure / PdfContentPadding Constructors / PdfContentPadding Constructor(Double,Double,Double,Double)
Syntax Requirements SeeAlso
In This Topic
    PdfContentPadding Constructor(Double,Double,Double,Double)
    In This Topic
    Initializes a new instance of the PdfContentPadding structure.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal left
    The padding size for the left edge.
    As Double, _
    ByVal top
    The padding size for the top edge.
    As Double, _
    ByVal right
    The padding size for the right edge.
    As Double, _
    ByVal bottom
    The padding size for the bottom edge.
    As Double _
    )
    public PdfContentPadding(
    double left,
    double top,
    double right,
    double bottom
    )
    public: PdfContentPadding(
    double left,
    double top,
    double right,
    double bottom
    )
    public:
    PdfContentPadding(
    double left,
    double top,
    double right,
    double bottom
    )

    Parameters

    left
    The padding size for the left edge.
    top
    The padding size for the top edge.
    right
    The padding size for the right edge.
    bottom
    The padding size for the bottom edge.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also