VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / VintasoftBarcodeWebService Class / EncodeBarcodeValue(WebBarcodeWriteRequestParams,WriterSettings,BarcodeSymbologySubset) Method
Syntax Requirements SeeAlso
In This Topic
    EncodeBarcodeValue(WebBarcodeWriteRequestParams,WriterSettings,BarcodeSymbologySubset) Method (VintasoftBarcodeWebService)
    In This Topic
    Encodes a barcode value.
    Syntax
    'Declaration
    
    Protected Overridable Sub EncodeBarcodeValue( _
    ByVal requestParams
    Request to a web service for writing the barcode.
    As WebBarcodeWriteRequestParams, _
    ByVal barcodeWriterSettings
    The barcode writer settings.
    As Vintasoft.Barcode.WriterSettings, _
    ByVal barcodeSymbologySubset
    Barcode symbology subset.
    As Vintasoft.Barcode.SymbologySubsets.BarcodeSymbologySubset _
    )
    protected virtual void EncodeBarcodeValue(
    WebBarcodeWriteRequestParams requestParams,
    Vintasoft.Barcode.WriterSettings barcodeWriterSettings,
    Vintasoft.Barcode.SymbologySubsets.BarcodeSymbologySubset barcodeSymbologySubset
    )
    protected: virtual void EncodeBarcodeValue(
    WebBarcodeWriteRequestParams* requestParams,
    Vintasoft.Barcode.WriterSettings barcodeWriterSettings,
    Vintasoft.Barcode.SymbologySubsets.BarcodeSymbologySubset barcodeSymbologySubset
    )
    protected:
    virtual void EncodeBarcodeValue(
    WebBarcodeWriteRequestParams^ requestParams,
    Vintasoft.Barcode.WriterSettings barcodeWriterSettings,
    Vintasoft.Barcode.SymbologySubsets.BarcodeSymbologySubset barcodeSymbologySubset
    )

    Parameters

    requestParams
    Request to a web service for writing the barcode.
    barcodeWriterSettings
    The barcode writer settings.
    barcodeSymbologySubset
    Barcode symbology subset.
    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also