ComponentOne Studio Web API Edition
Export Method (ImageController)

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

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 © 2025 GrapeCity, inc. All rights reserved.