VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / BarcodeSymbologyAttributes Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    BarcodeSymbologyAttributes Enumeration
    In This Topic
    Specifies available attributes of barcode symbology.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum BarcodeSymbologyAttributes
       Inherits System.Enum
    
    
    [Flags()]
    public enum BarcodeSymbologyAttributes : System.Enum
    
    
    [Flags()]
    __value public enum BarcodeSymbologyAttributes : public System.Enum
    
    
    [Flags()]
    public enum class BarcodeSymbologyAttributes : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedAttibutes are undefined.
    LinearLinear (1D) barcode symbology.
    LinearStackedLinear stacked (1D) barcode symbology.
    TwoDimensionalTwo dimensional (2D) barcode symbology.
    PostalPostal 2/4 state barcode symbology.
    CompositeComposite barcode symbology.
    SubsetBarcode symbology subset.
    HasChecksumBarcode symbology that has checksum (check digit).
    HasErrorCorrectionBarcode symbology that has error correction.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Barcode.BarcodeSymbologyAttributes

    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