BarcodeSymbologyAttributesBuilder.IsCheckDigitTransmissionSupported Property

Definition

Gets or sets whether the barcode symbology supports transmitting the check digit to the client as part of the raw data.

public:
 property bool IsCheckDigitTransmissionSupported { bool get(); void set(bool value); };
bool IsCheckDigitTransmissionSupported();

void IsCheckDigitTransmissionSupported(bool value);
public bool IsCheckDigitTransmissionSupported { get; set; }
var boolean = barcodeSymbologyAttributesBuilder.isCheckDigitTransmissionSupported;
barcodeSymbologyAttributesBuilder.isCheckDigitTransmissionSupported = boolean;
Public Property IsCheckDigitTransmissionSupported As Boolean

Property Value

Boolean

bool

True if the barcode symbology supports transmitting the check digit as raw data; otherwise, false.

Applies to