VintaSoft Barcode .NET SDK 15.3: Documentation for Web developer
Vintasoft.Primitives Namespace / VintasoftPadding Structure / Add(VintasoftPadding,VintasoftPadding) Method
Syntax Requirements SeeAlso
In This Topic
    Add(VintasoftPadding,VintasoftPadding) Method (VintasoftPadding)
    In This Topic
    Adds two paddings and returns the result as a VintasoftPadding structure.
    Syntax
    'Declaration
    
    Public Shared Function Add( _
    ByVal padding1
    The first padding to add.
    As VintasoftPadding, _
    ByVal padding2
    The second padding to add.
    As VintasoftPadding _
    ) As VintasoftPadding

    Parameters

    padding1
    The first padding to add.
    padding2
    The second padding to add.

    Return Value

    The sum of padding and padding.
    Requirements

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

    See Also