VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTest Class / QuietZone Property
Syntax Remarks Requirements SeeAlso
In This Topic
    QuietZone Property (ISO15415QualityTest)
    In This Topic
    Gets the barcode quiet zone, in percentages, which is required by barcode symbology specification.
    Syntax
    'Declaration
    
    Public ReadOnly Property QuietZone As Single
    
    
    public float QuietZone { get; }
    
    
    public: __property float get_QuietZone();
    
    
    
    public:
    property float QuietZone { float get(); }

    Property Value

    • 100 - quiet zone is fully conform the specification
    • X - quiet zone is NOT fully conform the specification
    • 0 - quiet zone is absent completely
    • -1 - quiet zone property is not availabe
    Remarks

    Quiet zone size can be changed using the SetQuietZoneSize(BarcodeType,Int32) method.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also