To enhance performance in the barcode generation set this property to HttpHandler. IMPORTANT: if this property is set to HttpHandler you must write the following entry in the Web.Config file under system.web node: <httpHandlers><add verb="*" path="BarcodeProfessional.aspx" type="Neodynamic.WebControls.BarcodeProfessional.BarcodeProfessional, Neodynamic.WebControls.BarcodeProfessional"/></httpHandlers>

[Visual Basic]
Public Property RenderingMethod As RenderingMethod
[C#]
public RenderingMethod RenderingMethod {get; set;}

See Also

BarcodeProfessional Class | Neodynamic.WebControls.BarcodeProfessional Namespace