Copies the barcode image to the clipboard as a device-independent bitmap (DIB).
Namespace: Inlite.BarcodeGenerator
Assembly: BarcodesForDocuments.NF
static bool BitmapToClipboard (System.Drawing.Bitmap bmp)
bmp
Bitmap created by CreateBarcode method
true if successful. false otherwise.
TIP: The .NET function, Clipboard.SetData(bmp),
does not save the bitmap resolution, which is essential for the accurate
representation of the pasted barcode image.