DataMatrixExtendedParameters

DataMatrixExtendedParameters class

Stores special data of DataMatrix recognized barcode

public class DataMatrixExtendedParameters : joint.BaseJavaClass

Constructors

NameDescription
DataMatrixExtendedParameters(object)Initializes a new instance of the DataMatrixExtendedParameters class.

Methods

NameDescription
equals(object)Returns a value indicating whether this instance is equal to a specified DataMatrixExtendedParameters value.
getStructuredAppendBarcodeId
getStructuredAppendBarcodesCount
getStructuredAppendFileId
hashCodeReturns the hash code for this instance.
init
isReaderProgrammingIndicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false.
toStringReturns a human-readable string representation of this DataMatrixExtendedParameters.

See Also