[]
Represents the MaxiCode barcode's particular information.
public class MaxiCodeOptions : BarCodeOptionsBase
Initializes a new instance of the MaxiCodeOptions class.
public MaxiCodeOptions()
Initializes a new instance of the MaxiCodeOptions class.
public MaxiCodeOptions(string str)
str
stringGets or sets the MaxiCode mode.
public MaxiCodeMode Mode { get; set; }
Assigns (copies) properties from another BarCodeOptionsBase to the current object.
public override void AssignFrom(BarCodeOptionsBase source)
source
BarCodeOptionsBaseCreates a new object that is a copy of the current instance.
public override object Clone()
A new object that is a copy of this instance.
Determines whether the specified object is equal to this instance.
public override bool Equals(object obj)
obj
objectThe object to compare with the current object.
true
if the specified object is equal to this instance; otherwise, false
.
Overridden. Returns the hash code of the string representation of this instance.
public override int GetHashCode()
Returns a string that represents this instance.
public override string ToString()
A string that represents this instance.