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.

[Visual Basic]
Overloads Public Shared Sub ProcessBarcodeRequest( _
   ByVal context As HttpContext _
)
[C#]
public static void ProcessBarcodeRequest(
   HttpContext context
);

Parameters

context
The HTTP Context object from where the barcode request will be served.

See Also

BarcodeProfessional Class | Neodynamic.WebControls.BarcodeProfessional Namespace | BarcodeProfessional.ProcessBarcodeRequest Overload List