SetMinLength Method

This member of RFBarcode Object is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.

The SetMinLength method defines the minimum input length for an existing barcode configuration within an RFBarcode object.

VB

bStatus = object.SetMinLength (nMin, nBarcode)

VC++

HRESULT hr = object->SetMinLength(short nMin, short nBarcode, BOOL *bStatus);

Return Value

bStatus

The status of the function returned as Boolean True or False values. Use the RFGetLastError method to return the error value.

Parameters

nMin

The minimum input length for the barcode configuration.

nBarcode

The zero based index value barcode configuration whose minimum input length is to be altered. For example, to alter the minimum input length for the third barcode configuration in the current RFBarcode object you would pass a 2.

Remarks

To alter the minimum input length for a barcode configuration stored within a barcode file on an RF device, first use the GetBarcodeFile Method to set the barcode file as the current barcode object within the application, then use SetMinLength.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal