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

C1.Web.Api.Pdf アセンブリ > C1.Web.Api.Pdf 名前空間 > PdfController クラス : GetPdfSupportedFormats メソッド
PDFファイルの完全パス。
指定されたPDFファイルによってサポートされるエクスポート形式を取得します。
シンタックス
'宣言
 
Public Overridable Function GetPdfSupportedFormats( _
   ByVal pdfPath As System.String _
) As System.Web.Http.IHttpActionResult
public virtual System.Web.Http.IHttpActionResult GetPdfSupportedFormats( 
   System.string pdfPath
)

パラメータ

pdfPath
PDFファイルの完全パス。

戻り値の型

C1.Web.Api.Document.Models.ExportDescription型オブジェクトのコレクションのコンテンツを保持するSystem.Web.Http.IHttpActionResult型オブジェクト。
参照

PdfController クラス
PdfController メンバ