Method: CopyToClipboard - Syntax 3

Copies a barcode symbol to the system clipboard. The barcode symbol is specified by the parameters of this method.

Syntax:

function CopyToClipboard(Data: AnsiString; BarColor, SpaceColor: TColor; ShowQuietZone: Boolean; Module: Integer; Angle: Integer = 0): Integer; overload; virtual;

Description:

Copies a barcode symbol that is specified by the parameters of this method to the system clipboard.

If the quiet zones are represented (please read the ShowQuietZone parameter section below about whether or not the quiet zones will be represented), they are included in the barcode symbol.

Parameters:
Return:
Note:

The overloading method is available only for the Delphi/C++ Builder 2009 or later.

Contents