GetMinLength Method

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

The GetMinLength method returns the minimum input length for a specific barcode configuration within the current RFBarcode object array.

VB

nMin = object.GetMinLength (nBarcode)

VC++

HRESULT hr = object->GetMinLength(short nBarcode, short *nMin);

Return Value

nMin

The minimum input length variable. This function will return a -1 if an error occurs. Use the RFGetLastError method to return the generated error code.

Parameters

nBarcode

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

Remarks

To return the minimum 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, then use GetMinLength.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal