VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / UPCEANInfo Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    UPCEANInfo Class
    In This Topic
    Contains information about recognized EAN-8/13 barcode.
    Object Model
    Region IBarcodeInfo UPCEANInfo
    Syntax
    'Declaration
    
    Public Class UPCEANInfo
       Inherits BarcodeInfo1D
    
    
    public class UPCEANInfo : BarcodeInfo1D
    
    
    public __gc class UPCEANInfo : public BarcodeInfo1D*
    
    
    public ref class UPCEANInfo : public BarcodeInfo1D^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.BarcodeInfo.BarcodeInfoBase
          Vintasoft.Barcode.BarcodeInfo.BarcodeInfo1D
             Vintasoft.Barcode.BarcodeInfo.UPCEANInfo

    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