VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftPadding Structure / Inflate(Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    Inflate(Double,Double) Method (VintasoftPadding)
    In This Topic
    Inflates this VintasoftPadding by the specified amount.
    Syntax
    'Declaration
    
    Public Sub Inflate( _
    ByVal width
    The amount to inflate this VintasoftPadding horizontally.
    As Double, _
    ByVal height
    The amount to inflate this VintasoftPadding vertically.
    As Double _
    )
    public void Inflate(
    double width,
    double height
    )
    public: void Inflate(
    double width,
    double height
    )
    public:
    void Inflate(
    double width,
    double height
    )

    Parameters

    width
    The amount to inflate this VintasoftPadding horizontally.
    height
    The amount to inflate this VintasoftPadding vertically.
    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