'宣言 Public Function FindText( _ ByVal tmc As IC1TextMeasurementContext, _ ByVal findTextParams As C1FindTextParams, _ ByVal callback As FindTextCallback _ ) As System.Object
'使用法 Dim instance As RenderTextFragment 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 find params.
- callback
- The callback method called for each found text block.
戻り値の型
Returns object which can be passed back to the object in Draw() method to highlight found text.