Condividi tramite


BarcodeSymbologyAttributesBuilder.IsDecodeLengthSupported Proprietà

Definizione

Ottiene o imposta se la simbologia del codice a barre supporta più lunghezze di decodifica.

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

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

Valore della proprietà

Boolean

bool

True se la simbologia del codice a barre supporta più lunghezze di decodifica; in caso contrario, false.

Si applica a