VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTestSettings Class / SetQuietZoneSize(BarcodeType,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    SetQuietZoneSize(BarcodeType,Int32) Method (ISO15415QualityTestSettings)
    In This Topic
    Sets the size of quiet zone, measured in single modules, for specified barcode type.
    Syntax
    'Declaration
    
    Public Sub SetQuietZoneSize( _
    ByVal barcodeType
    The barcode type.
    As Vintasoft.Barcode.BarcodeType, _
    ByVal quietZoneSize
    The size of quiet zone, measured in single modules.
    As Integer _
    )

    Parameters

    barcodeType
    The barcode type.
    quietZoneSize
    The size of quiet zone, measured in single modules.
    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