[]
The basic options for some BarCode.
public abstract class BarCodeOptionsBase
protected BarCodeOptionsBase()
Assigns (copies) properties from another BarCodeOptionsBase to the current object.
public abstract void AssignFrom(BarCodeOptionsBase source)
source
BarCodeOptionsBaseThe source object to copy properties from.
Creates a new object that is a copy of the current options.
public abstract object Clone()
A new object that is a copy of this instance
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
obj
objectThe object to compare with the current object.
True if the specified object is equal to the current object; otherwise, False.
Returns a hash code for this instance.
public override int GetHashCode()
Notifies of value changing
protected void NotifyChangeValue()