Barcode .Net Class Library

AddOnCaption Property

Applies To: Barcode | BarcodeControl | BarcodeImage

Gets or sets the add-on barcode caption.

[Visual Basic]
Public Property AddOnCaption As String

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

Property Value

The add-on barcode caption.

Remarks

To hide the add-on barcode caption, you should use the AddOnTextPosition property, as setting AddOnCaption to empty does not remove the space reserved for the add-on caption.

See Also

Caption | AddOnData | AddOnTextPosition


© 2002 Bokai Corporation. All rights reserved.