'宣言 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型オブジェクト。