VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Primitives Namespace / VintasoftPadding Structure / VintasoftPadding Constructors / VintasoftPadding Constructor(Double,Double,Double,Double)
Синтаксис Требования Смотрите также
В этом разделе
    VintasoftPadding Constructor(Double,Double,Double,Double)
    В этом разделе
    Initializes a new instance of the VintasoftPadding structure.
    Синтаксис
    '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.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также