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

    Parameters

    barcodeType
    The barcode type.

    Return Value

    The size of quiet zone, measured in single modules.
    Remarks

    Default quiet zone size, in single modules:

    • DataMatrix - 1X
    • QR Code - 4X
    • Micro QR Code - 2X
    • PDF417 - 2X
    • PDF417 Compact - 2X
    • Micro PDF417 - 1X
    • Han Xin Code - 3X
    • Aztec - not required (0).

    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