[]
The options of Code49.
public class Code49Options : BarCodeOptionsBase
Initializes a new instance of the GrapeCity.Documents.Barcode.Code49 class.
public Code49Options()
Initializes a new instance of the GrapeCity.Documents.Barcode.Code49 class.
public Code49Options(string str)
str
stringThe serialized data string.
Gets or sets group numbers.
public int Group { get; set; }
Gets or sets a value indicating whether grouping is set for the barcode.
public bool Grouping { 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()
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.
Returns a string that represents the current object.
public override string ToString()
A string that represents the current object.