THIS IS OBSOLETE!

ForeImageURL Property

Determines the image URL used draw the barcode bars (will be used by the GetHTML method).

Syntax

object.ForeImageURL [ = foreImageURL ]

Parameters

object

The Barcode Active Server Component

foreImageURL

String specifying the image URL used to draw the barcode bars.

The default is "black.gif".

Remarks

This property will be used by the GetHTML method, which simply returns a sequence of <IMG SRC=foreImageURL> and <IMG SRC=backImageURL> tags. The image is typically all black and needs only to be a single pixel big (so that it can be downloaded in no time). It's also recommended to keep the URL short, which can be done by putting the image file in the same directories as the ASP files and having the URL be simply the image file name. So to make the default value work, you need to have the "black.gif" file in the directory/directories where you have the ASP files using the Barcode Active Server Component in scripting.