ComponentOne Studio Web API Edition
Get Method (BarCodeController)

The request parameters
Gets the barcode image according to the specified request.
Syntax
[HttpGet()]
[Route("api/barcode")]
public virtual IHttpActionResult Get( 
   BarCodeRequest re
)
'Declaration
 
<HttpGetAttribute()>
<RouteAttribute("api/barcode")>
Public Overridable Function Get( _
   ByVal re As BarCodeRequest _
) As IHttpActionResult
 

Parameters

re
The request parameters

Return Value

The barcode image
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BarCodeController Class
BarCodeController Members

 

 


Copyright © 2025 GrapeCity, inc. All rights reserved.