[]
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
public override bool Equals(object obj)
Returns a hash code for this instance.
public override int GetHashCode()
Notifies of value changing
protected void NotifyChangeValue()