Click or drag to resize
SignDocDocumentfindText Method
Find text.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public SignDocFindTextPosition[] findText(
	int firstPage,
	int lastPage,
	string text,
	FindTextFlag flags
)

Parameters

firstPage
Type: SystemInt32
1-based number of first page to be searched.
lastPage
Type: SystemInt32
1-based number of last page to be searched or 0 to search to the end of the document.
text
Type: SystemString
Text to be searched for. Multiple successive spaces are treated as single space (and may be ignored subject to @a aFlags).
flags
Type: de.softpro.signdocsdk.Enums.EDocumentFindTextFlag
Flags modifying the behavior of this function, see #ftf_ignore_hspace, #ftf_ignore_hyphenation, and #ftf_ignore_sequence.

Return Value

Type: SignDocFindTextPosition
The positions where @a aText was found or null if not found.
See Also