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

    Parameters

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

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

    See Also