Barcode .Net Class Library

SetAddOnData Method

Applies To: Barcode | BarcodeControl | BarcodeImage

Sets the add-on barcode data.

[Visual Basic]
Public Sub SetAddOnData( _
   ByVal data As Char() _
)

[C#]
public void SetAddOnData(
   char[] data
);

Parameters

data
An array of characters that the add-on barcode data is to be set to.

See Also

AddOnData


© 2002 Bokai Corporation. All rights reserved.