Barcode .Net Class Library
SetAddOnCaption Method
Applies To: Barcode |
BarcodeControl |
BarcodeImage
Sets the add-on barcode caption.
[Visual Basic]
Public Sub SetAddOnCaption( _
ByVal caption As Char() _
)
[C#]
public void SetAddOnCaption(
char[] caption
);
Parameters
- caption
- An array of characters that the add-on barcode caption is to be set to.
See Also
AddOnCaption
© 2002 Bokai Corporation. All rights reserved.