VintaSoft Barcode .NET SDK 16.0: 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 QualityTestPercentParameter
    
    
    public QualityTestPercentParameter QuietZone { get; }
    
    
    public: __property QualityTestPercentParameter* get_QuietZone();
    
    
    
    public:
    property QualityTestPercentParameter^ QuietZone { QualityTestPercentParameter^ get(); }
    Remarks

    Quiet Zone is an optional parameter that can be a useful process control tool for check quiet zone required by barcode symbology specification. Quiet Zone does not affect the overall grade.
    Quiet zone size can be changed using the SetQuietZoneSize(BarcodeType,Int32) method.

    Requirements

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

    See Also