ComponentOne Studio Web API Edition
Export Method (ImageController)

The exchange data model used for sending image export requests.
Exports to an image.
Syntax
'Declaration
 
<RouteAttribute("api/export/image")>
<HttpPostAttribute()>
Public Overridable Function Export( _
   ByVal exportSource As ImageExportSource _
) As IHttpActionResult
[Route("api/export/image")]
[HttpPost()]
public virtual IHttpActionResult Export( 
   ImageExportSource exportSource
)

Parameters

exportSource
The exchange data model used for sending image export requests.

Return Value

An 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

ImageController Class
ImageController Members

 

 


Copyright © GrapeCity, inc. All rights reserved.