'Declaration Public Overloads Overrides Sub Encode( _
ByVal valueAn instance of TextValueItem class with GS1 printable value or instance of GS1ValueItem class.As Vintasoft.Barcode.BarcodeInfo.ValueItemBase, _
ByVal settingsBarcode writer settings.As Vintasoft.Barcode.WriterSettings _
)
public override void Encode(
Vintasoft.Barcode.BarcodeInfo.ValueItemBase value,
Vintasoft.Barcode.WriterSettings settings
)
public: void Encode(
Vintasoft.Barcode.BarcodeInfo.ValueItemBase* value,
Vintasoft.Barcode.WriterSettings* settings
); override
public:
void Encode(
Vintasoft.Barcode.BarcodeInfo.ValueItemBase^ value,
Vintasoft.Barcode.WriterSettings^ settings
); override
Parameters
- value
- An instance of TextValueItem class with GS1 printable value or instance of GS1ValueItem class.
- settings
- Barcode writer settings.