Gets or sets the barcode rendering mechanism to be used. To enhance performance in the barcode generation set this property to HttpHandler. IMPORTANT: if this property is set to HttpHandler you must add the following entry in the Web.Config file under system.web node:
Namespace: Neodynamic.WebControls.BarcodeProfessionalAssembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)
Syntax
C# |
---|
public RenderingMethod RenderingMethod { get; set; } |
Visual Basic |
---|
Public Property RenderingMethod As RenderingMethod Get Set |
Visual C++ |
---|
public: property RenderingMethod RenderingMethod { RenderingMethod get (); void set (RenderingMethod value); } |