Initializes a new instance of the FieldDescriptionData class.

Namespace:  ZSDK_API.Printer
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
public FieldDescriptionData(
	int fieldNumber,
	string fieldName
)
Visual Basic (Declaration)
Public Sub New ( _
	fieldNumber As Integer, _
	fieldName As String _
)

Parameters

fieldNumber
Type: System..::.Int32
The number of the field.
fieldName
Type: System..::.String
The name of the field, or null if not present.

See Also