Method: CopyToClipboardBySize

CopyToClipboardBySize (Width: Integer, Height: Integer): Bool

Copies the barcode in meta graphic format to the clipboard. The size of the barcode is specified by the arguments width and height. Returns TRUE if successful.

Code examples

Visual Basic:
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
' Assigns a sized image of the barcode to the clipboard
    AxBarcode1.CopyToClipboardBySize(600, 400)
End Sub
Methods:


Properties:


Events: