Visit a code 128 barcode field.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public virtual Object Visit(
	Code128BarcodeField field,
	Object argument
)
Visual Basic
Public Overridable Function Visit ( _
	field As Code128BarcodeField, _
	argument As Object _
) As Object

Parameters

field
Type: TallComponents.PDF.Forms.Fields.Barcodes..::..Code128BarcodeField
The vistor must handle a code 128 barcode field.
argument
Type: System..::..Object
The additional argument passed to the Accept method (can be nullNothingnullptra null reference (Nothing in Visual Basic)).

Remarks

Not implementing this functionality calls the barcode field overload.

See Also