CopyToClipboard Method

Navigation:  Reference Guide > Methods >

CopyToClipboard Method

Previous pageReturn to chapter overviewNext page

Copies the DataMatrix barcode image into the system clipboard.

void CopyToClipboard();

Remarks

Before you call this method, use GetActualSize() method to obtain the actual size of the DataMatrix barcode and use SetSize() method to set image size by adding surrounding white space around the DataMatrix barcode.

 

 

See Also

GetActualSize() Method    |   SetSize() Method