Share via


BarcodeSymbologyAttributes.IsCheckDigitTransmissionEnabled Property

Definition

Gets or sets whether the check digit will be transmitted to the host as part of the raw data.

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

void IsCheckDigitTransmissionEnabled(bool value);
public bool IsCheckDigitTransmissionEnabled { get; set; }
var boolean = barcodeSymbologyAttributes.isCheckDigitTransmissionEnabled;
barcodeSymbologyAttributes.isCheckDigitTransmissionEnabled = boolean;
Public Property IsCheckDigitTransmissionEnabled As Boolean

Property Value

Boolean

bool

True if the check digit will be tranmissted to the host as raw data; otherwise, false.

Applies to