AztecCopyToClipboard Function

Navigation:  Reference Guide >

AztecCopyToClipboard Function

Previous pageReturn to chapter overviewNext page

Copies the Aztec barcode WMF format image into the system clipboard.

BOOL AztecCopyToClipboard();

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 AztecGetActualSize() function to obtain the actual size of the Aztec barcode and use AztecSetSize() function to set the image size by adding surrounding white space around the Aztec barcode.

 

 

See Also

AztecGetActualSize() Function    |   AztecSetSize() Function