BarcodeCount Method

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

The BarcodeCount method returns the number of individual barcode configurations within an RFBarcode object.

VB

nBarcodes = object.BarcodeCount ()

VC++

HRESULT hr = object->BarcodeCount(short *nBarcodes);

Return Value

nBarcodes

The barcode configuration count variable. This method will return a -1 if an error occurs. Use the RFGetLastError method to return the generated error code.

Remarks

To count the number of barcode configurations within a barcode file saved on an RF device, first retrieve the file using the GetBarcodeFile Method, then use the BarcodeCount method.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal