QuietZone Property (ISO15415QualityTest)
Gets the barcode quiet zone, in percentages, which is required by barcode symbology specification.
'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 available
This property always returns -1 for DataMatrix barcode value because "Quiet Zone Grade" is included in
FixedPatternDamageGrade.
Quiet zone size can be changed using the SetQuietZoneSize(BarcodeType,Int32) method.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5