This method makes the necessary processing to serve barcode images when a Barcode Professional object is dynamically created in a webform. It should be called in the Page’s Load event on the webform that will contain the Barcode Professional control.

Namespace:  Neodynamic.WebControls.BarcodeProfessional
Assembly:  Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)

Syntax

C#
public static void ProcessBarcodeRequest()
Visual Basic (Declaration)
Public Shared Sub ProcessBarcodeRequest
Visual C++
public:
static void ProcessBarcodeRequest()

See Also