[]
The options of GS1Composite
public class GS1CompositeOptions : BarCodeOptionsBase
Initializes a new instance of the GS1CompositeOptions class.
public GS1CompositeOptions()
Gets or sets the composite symbol type. Default value is None.
public GS1CompositeType Type { get; set; }
Gets or sets the CCA or CCB character data.
public string Value { 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 copy of the object
public override object Clone()
Resets all properties to default values.
public void Reset()
protected void ResetValue()
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 ShouldSerializeValue()
Returns a string that represents the current object.
public override string ToString()
A string that represents the current object.