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

C1.Web.Api.Pdf アセンブリ > C1.Web.Api.Pdf 名前空間 > PdfController クラス : GetSearchResults メソッド
PDF ファイルの完全パス。
検索で使用するテキスト。
大文字と小文字を区別して値を検索するかどうかを示す Boolean 値。
単語単位で値を検索するかどうかを示す Boolean 値。
検索する最初のページの 0 ベースのインデックス。
検索の範囲。
指定されたパスの PDF ドキュメントソースインスタンス内の検索結果を取得します。
シンタックス
'宣言
 
Public Overridable Function GetSearchResults( _
   ByVal pdfPath As System.String, _
   ByVal text As System.String, _
   Optional ByVal matchCase As System.Boolean, _
   Optional ByVal wholeWord As System.Boolean, _
   Optional ByVal startPageIndex As System.Integer, _
   Optional ByVal scope As SearchScope _
) As System.Web.Http.IHttpActionResult
public virtual System.Web.Http.IHttpActionResult GetSearchResults( 
   System.string pdfPath,
   System.string text,
   System.bool matchCase,
   System.bool wholeWord,
   System.int startPageIndex,
   SearchScope scope
)

パラメータ

pdfPath
PDF ファイルの完全パス。
text
検索で使用するテキスト。
matchCase
大文字と小文字を区別して値を検索するかどうかを示す Boolean 値。
wholeWord
単語単位で値を検索するかどうかを示す Boolean 値。
startPageIndex
検索する最初のページの 0 ベースのインデックス。
scope
検索の範囲。

戻り値の型

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

PdfController クラス
PdfController メンバ