[]
Gets whether to show the start and stop character in the label.
The default value is false.
bool LabelWithStartAndStopCharacter { get; }
ReadOnly Property LabelWithStartAndStopCharacter As Boolean
worksheet.Range["A1"].Value = "CODE39-100";
worksheet.Range["B1"].Formula = "=BC_CODE39(A1,,,,,\"true\")";
ICode39 code39 = (ICode39) worksheet.Range["B1"].Value;
bool labelWithStartAndStopCharacter = code39.LabelWithStartAndStopCharacter;