[]
The options of Code25intlv.
public class Code25intlvOptions : BarCodeOptionsBase
Initializes a new instance of the Code25intlvOptions class.
public Code25intlvOptions()
Whether or not to display bearer bar to ITF barcode.
public bool BearBar { get; set; }
The color of bearer bar.
public Color LineStroke { get; set; }
The line width of bearer bar.
public int LineStrokeThickness { get; set; }
Assigns (copies) properties from another BarCodeOptionsBase to the current object.
public override void AssignFrom(BarCodeOptionsBase source)
source
BarCodeOptionsBaseThe source object to copy properties from.
Makes object copy
public override object Clone()
Resets all properties to default values.
public void Reset()
protected void ResetLineStroke()
Indicates whether any property of this object has changed from its default value.
public bool ShouldSerialize()
Return true if any object has changed from its default value, false otherwise.
protected bool ShouldSerializeLineStroke()