Nevron Open Vision Documentation
Nevron.Nov.Barcode Namespace / NMatrixBarcodeSymbology Class / Encode Method


In This Topic
    Encode Method (NMatrixBarcodeSymbology)
    In This Topic
    Encodes the given barcode.
    Syntax
    'Declaration
     
    
    Public MustOverride Function Encode( _
       ByVal barcode As System.String, _
       ByVal errorCorrection As ENErrorCorrectionLevel _
    ) As System.Boolean(,)
    'Usage
     
    
    Dim instance As NMatrixBarcodeSymbology
    Dim barcode As System.String
    Dim errorCorrection As ENErrorCorrectionLevel
    Dim value() As System.Boolean
     
    value = instance.Encode(barcode, errorCorrection)
    public abstract System.bool[,] Encode( 
       System.string barcode,
       ENErrorCorrectionLevel errorCorrection
    )

    Parameters

    barcode
    errorCorrection
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also