Barcode .Net Class Library

BarcodeImage.MakeFullImageUrl Method

Generates the exact same URL that BarcodeImage will send to the HTTP client as the value of the src attribute of the <img src="url"> element.

[Visual Basic]
Public Function MakeFullImageUrl() As String

[C#]
public string MakeFullImageUrl();

Remarks

This method allows you to use BarcodeImage as a URL generator without using its web control features.


© 2002 Bokai Corporation. All rights reserved.