FlexReport for WinForms
FindText メソッド (RenderBarCodeFragment)


C1.Document アセンブリ > C1.Document 名前空間 > RenderBarCodeFragment クラス : FindText メソッド
The C1.Document.Util.IC1TextMeasurementContext interface which can be used in text processing.
The text searching parameters.
The callback method.
Searches for a text in the barcode text blocks.
シンタックス
'宣言
 
Public Function FindText( _
   ByVal tmc As IC1TextMeasurementContext, _
   ByVal findTextParams As C1FindTextParams, _
   ByVal callback As FindTextCallback _
) As System.Object
'使用法
 
Dim instance As RenderBarCodeFragment
Dim tmc As IC1TextMeasurementContext
Dim findTextParams As C1FindTextParams
Dim callback As FindTextCallback
Dim value As System.Object
 
value = instance.FindText(tmc, findTextParams, callback)
public System.object FindText( 
   IC1TextMeasurementContext tmc,
   C1FindTextParams findTextParams,
   FindTextCallback callback
)

パラメータ

tmc
The C1.Document.Util.IC1TextMeasurementContext interface which can be used in text processing.
findTextParams
The text searching parameters.
callback
The callback method.

戻り値の型

The BarcodeExRenderer.TextRanges result of the search.
参照

参照

RenderBarCodeFragment クラス
RenderBarCodeFragment メンバ