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 page As Page _
)
[C#]
public static void ProcessBarcodeRequest(
   Page page
);

Parameters

page
The Page object from where the barcode request will be served.

See Also

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