DioDocs for PDF
GetText メソッド (ITextLine)

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.TextMap 名前空間 > ITextLine インターフェース : GetText メソッド
ITextCharオブジェクトの開始インデックス。
ITextChar オブジェクトの数。
この線のITextCharオブジェクトの範囲のテキストを返します。
シンタックス
'宣言
 
Function GetText( _
   ByVal startIndex As System.Integer, _
   ByVal count As System.Integer _
) As System.String
System.string GetText( 
   System.int startIndex,
   System.int count
)

パラメータ

startIndex
ITextCharオブジェクトの開始インデックス。
count
ITextChar オブジェクトの数。

戻り値の型

ITextCharオブジェクトの指定された範囲のテキスト。
参照

ITextLine インターフェース
ITextLine メンバ