ASP.NET Web API コントロール
ExportAsync メソッド (ImageExporter)

C1.Web.Api.Image アセンブリ > C1.Web.Api.Image 名前空間 > ImageExporter クラス : ExportAsync メソッド
エクスポートのオプション。
エクスポートの結果。
エクスポートを実行します。
シンタックス
'宣言
 
Public Function ExportAsync( _
   ByVal exportSource As ImageExportSource, _
   ByVal outputStream As System.IO.Stream _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task ExportAsync( 
   ImageExportSource exportSource,
   System.IO.Stream outputStream
)

パラメータ

exportSource
エクスポートのオプション。
outputStream
エクスポートの結果。

戻り値の型

タスク。
参照

ImageExporter クラス
ImageExporter メンバ