VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / BarcodeCharacteristics Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
BarcodeCharacteristics Enumeration
In This Topic
Specifies available barcode characteristics.
Syntax
'Declaration

<FlagsAttribute()>
Public Enum BarcodeCharacteristics
   Inherits System.Enum

[Flags()]
public enum BarcodeCharacteristics : System.Enum

Members
MemberDescription
UndefindedBarcode characteristics are undefined.
SmallBarcodesImage with small barcodes (single bar or cell less than two pixels). This characteristic has effect only with automatic barcode recognition (AutomaticRecognition is true).
NormalSizeBarcodesImage with normal-size barcodes (single bar or cell is greater than two pixels). This characteristic has effect only with automatic barcode recognition (AutomaticRecognition is true).
ExactBarcodeImageImage contains a barcode that is located in center of the image and barcode area is greater than 50% of the image. This characteristic has effect only with automatic barcode recognition (AutomaticRecognition is true).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Barcode.BarcodeCharacteristics

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