The picture images placed on the clipboard by dLSoft's Active 2D-Barcode Control's CopyImage method are ANISOTROPIC metafiles. This means that they can be resized within applications (usually by dragging a corner).
While the barcode bars can be resized over very wide ranges, any text included within the image may not resize as expected. In general changing the height of the image by resizing within another application will change the fontsize used to render the text. Changing the width of the image within another application may cause the position of any text under the barcode to change.
The CopyImage method produces both standard metafile and enhanced metafile pictures on the clipboard. In most cases an application that is to receive the picture by pasting will choose the most appropriate picture.
The SaveImage method (when used with a wmf file extension) produces a standard metafile image.
More: