GetExpand Method

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

The GetExpand method returns the expand state for a barcode configuration within the current RFBarcode object array.

VB

bExpand = object.GetExpand (nBarcode)

VC++

HRESULT hr = object->GetExpand(short nBarcode, BOOL *bExpand);

Return Value

bExpand

The current expand state for the barcode configuration (True or False).

Parameters

nBarcode

The zero-based index value of the barcode configuration that is being called. For example, to return the Expand state for the third barcode configuration in the current RFBarcode object you would pass a 2.

Remarks

To return the expand state 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 GetBarcodeType.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal