Barcode .Net Class Library

SetCaption Method

Applies To: Barcode | BarcodeControl | BarcodeImage

Sets the barcode caption.

[Visual Basic]
Public Sub SetCaption( _
   ByVal caption As Char() _
)

[C#]
public void SetCaption(
   char[] caption
);

Parameters

caption
An array of characters that the barcode caption is to be set to.

See Also

Caption


© 2002 Bokai Corporation. All rights reserved.