Removes a barcode from a Text Control document.
public bool Remove(DataVisualization.BarcodeFrame barcodeFrame);
Public Function Remove(ByVal barcodeFrame As DataVisualization.BarcodeFrame) As Boolean
Parameter | Description |
---|---|
barcode |
Specifies the barcode to remove. |
The return value is true, if the barcode could be removed. Otherwise, it is false.