Barcode .Net Class Library

Caption Property

Applies To: Barcode | BarcodeControl | BarcodeImage

Gets or sets the barcode caption.

[Visual Basic]
Public Property Caption As String

[C#]
public string Caption {get; set;}

Property Value

The barcode caption.

Remarks

To hide the barcode caption, you should use the TextPosition property, as setting Caption to empty does not remove the space reserved for the caption.

See Also

Data | AddOnCaption | TextPosition


© 2002 Bokai Corporation. All rights reserved.