ASP.NET Web API コントロール
ExportPdf_Get メソッド

C1.Web.Api.Pdf アセンブリ > C1.Web.Api.Pdf 名前空間 > PdfController クラス : ExportPdf_Get メソッド
PDFファイルの完全パス。
エクスポートのオプション。
エクスポートされるファイルの名前(オプション)。
オプションを使用して、指定されたエクスポートフィルタに指定されたPDFをエクスポートします。
シンタックス
'宣言
 
Public Overridable Function ExportPdf_Get( _
   ByVal pdfPath As System.String, _
   ByVal exportOptions As System.Collections.Generic.IDictionary(Of String,String), _
   Optional ByVal exportFileName As System.String _
) As System.Web.Http.IHttpActionResult
public virtual System.Web.Http.IHttpActionResult ExportPdf_Get( 
   System.string pdfPath,
   System.Collections.Generic.IDictionary<string,string> exportOptions,
   System.string exportFileName
)

パラメータ

pdfPath
PDFファイルの完全パス。
exportOptions
エクスポートのオプション。
exportFileName
エクスポートされるファイルの名前(オプション)。

戻り値の型

エクスポートされるファイルストリームのコンテンツを保持するSystem.Web.Http.IHttpActionResult型オブジェクト。
参照

PdfController クラス
PdfController メンバ