|
Methods of ABarcode ActiveX Control
We have added some methods to our ActiveX control that can help you in your
developments:
- CopyEMF: stores the current image into the clipboards as an
enhanced metafile.
- CopyWMF: stores the current image into the clipboards as a
windows metafile.
- GetEMF: returns an IPicture object with the current image in enhanced
metafile format.
- GetWMF: returns an IPicture object with the current image in
windows metafile format.
- SaveEMF(path): saves a EMF file with the current image.
For security reasons path must end with .EMF.
- SaveWMF(path): saves a WMF file with the current image.
For security reasons path must end with .WMF.
|