BCCopyToClipboard Function

Navigation:  Reference Guide >

BCCopyToClipboard Function

Previous pageReturn to chapter overviewNext page

Copies the barcode WMF format image into the system clipboard.

BOOL BCCopyToClipboard();

Return Value

If the function succeeds, the return value is a nonzero value, otherwise the return value is zero.

 

Remarks

Before you call this function, use BCGetActualSize() function to obtain the actual size of barcode and use BCSetSize() function to set image size by adding surrounding white space around the barcode.

 

 

See Also

BCGetActualSize() Function    |   BCSetSize() Function