Class MaxiCodeExtendedParameters

MaxiCodeExtendedParameters class

Stores a MaxiCode additional information of recognized barcode

public sealed class MaxiCodeExtendedParameters : BaseExtendedParameters

Properties

NameDescription
IsEmpty { get; }Tests whether all parameters has only default values
MaxiCodeMode { get; set; }Gets or sets a MaxiCode encode mode. Default value: Mode4
MaxiCodeStructuredAppendModeBarcodeId { get; set; }Gets or sets a MaxiCode barcode id in structured append mode. Default value: 0
MaxiCodeStructuredAppendModeBarcodesCount { get; set; }Gets or sets a MaxiCode barcodes count in structured append mode. Default value: -1

Methods

NameDescription
override Equals(object)Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value.
override GetHashCode()Returns the hash code for this instance.
override ToString()Returns a human-readable string representation of this MaxiCodeExtendedParameters.
operator ==Returns a value indicating whether the first MaxiCodeExtendedParameters value is equal to the second.
operator !=Returns a value indicating if the first MaxiCodeExtendedParameters value is different from the second.

See Also