VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / NumlyNumberBarcodeSymbology Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    NumlyNumberBarcodeSymbology Class
    In This Topic
    Defines the Numly Number (ESN, Electronic Serial Number, Electronic Standard Book Number, ESBN) barcode symbology - subset of Code 39 barcode symbology.
    Object Model
    BarcodeSymbologySubset NumlyNumberBarcodeSymbology
    Syntax
    'Declaration
    
    Public Class NumlyNumberBarcodeSymbology
       Inherits BarcodeSymbologySubset
    
    
    public class NumlyNumberBarcodeSymbology : BarcodeSymbologySubset
    
    
    public __gc class NumlyNumberBarcodeSymbology : public BarcodeSymbologySubset*
    
    
    public ref class NumlyNumberBarcodeSymbology : public BarcodeSymbologySubset^
    
    
    Remarks

    Numly Number is a unique identifier that allows an author or publisher to assign to content and track licensing of each id assignment. The Numly Number consists of a 19 digit number generated by an algorithm maintained by Numly.com.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.BarcodeSymbology
          Vintasoft.Barcode.SymbologySubsets.BarcodeSymbologySubset
             Vintasoft.Barcode.SymbologySubsets.NumlyNumberBarcodeSymbology

    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