VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.GS1 Namespace / GS1Codec Class / Encode(GS1ApplicationIdentifierValue[],WriterSettings) Method
Syntax Example Requirements SeeAlso
In This Topic
    Encode(GS1ApplicationIdentifierValue[],WriterSettings) Method (GS1Codec)
    In This Topic
    Encodes an array of GS1ApplicationIdentifierValue values to barcode value.
    Syntax

    Parameters

    applicationIdentifierValues
    Array of GS1ApplicationIdentifierValue values.
    writerSettings
    A writer settings which must be used for encoding GS1 value.

    Return Value

    Encoded value.
    Example

    Please see example here.

    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