VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / EciCharacterEncoding Class / Register(EciCharacterEncoding) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Register(EciCharacterEncoding) Method (EciCharacterEncoding)
    In This Topic
    Registers specified ECI character encoding.
    Syntax
    'Declaration
    
    Public Shared Sub Register( _
    ByVal eciCharacterEncoding
    ECI character encoding to register.
    As EciCharacterEncoding _
    )
    public: static void Register(
    EciCharacterEncoding* eciCharacterEncoding
    )

    Parameters

    eciCharacterEncoding
    ECI character encoding to register.
    Exceptions
    ExceptionDescription
    Thrown if eciCharacterEncoding is null.
    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