Interface IBarCodeDefinition
- Namespace
- Acuit.Pinpoint.Workstation
- Assembly
- Acuit.Pinpoint.Workstation.Interfaces.dll
Defines a bar code.
public interface IBarCodeDefinition
Properties
Format
Gets the bar code format.
string Format { get; }
Property Value
Syntax
Gets the bar code syntax.
string Syntax { get; }