SetExpand Method

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

The SetExpand method defines the expand state for an existing barcode configuration within an RFBarcode object.

VB

bStatus = object.SetExpand (bExpand, nBarcode)

VC++

HRESULT hr = object->SetBarcode(BOOL bExpand, 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

bExpand

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

nBarcode

The zero based index value of the specified barcode configuration. For example, to alter the expand state for the third barcode configuration in the current RFBarcode object you would pass a 2.

Remarks

To alter 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 within the application, then use SetExpand.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal