Method: Clear
Erases current barcode symbol in the TImage or TQRImage control that's specified by the Image property.
Syntax:
procedure Clear(UseSpaceColor: Boolean = False);
Description:
The method erases the barcode symbol without erasing the background around it from the TImage or TQRImage control that's specified by the Image property.
Parameters:
- UseSpaceColor: Boolean; Specifies whether the space color that's specified by SpaceColor property is used to erase the barcode symbol. If it's set to false, the current brush color of the TImage or TQRImage control will be used. If the parameter isn't provided, it's default to be false.
Contents
Copyright © 2001-2012
Han-soft Corporation. All rights reserved.