'宣言 Public Overloads Function GetTable( _ ByVal bounds As System.Drawing.RectangleF, _ Optional ByVal options As TableExtractOptions, _ Optional ByVal dpiX As System.Single, _ Optional ByVal dpiY As System.Single, _ Optional ByVal ignoreErrors As System.Boolean _ ) As ITable
public ITable GetTable( System.Drawing.RectangleF bounds, TableExtractOptions options, System.float dpiX, System.float dpiY, System.bool ignoreErrors )
パラメータ
- bounds
- テーブルを検索する範囲。
- options
- テーブル抽出オプション。
- dpiX
- 水平解像度。 これにより、optionsの水平値で使用される測定単位が決まります。
- dpiY
- 垂直解像度。 これにより、optionsの垂直値で使用される測定単位が決まります。
- ignoreErrors
- PDFコンテンツストリームのエラーを無視するかどうかを示します。
戻り値の型
テーブルに関する情報を含むGrapeCity.Documents.Pdf.Recognition.Model.ITableオブジェクト、null 参照 (Visual Basicでは Nothing) または指定された範囲内にテーブルが見つからなかった場合は。