| SignDocDocumentsplitEscapeSequences Method |
Split a string obtained from a PDF text string into escape
sequences and text segments.
You don't need to call this function unless flag
#f_keep_escape_sequences is set.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.7023.29499
Syntaxpublic static string[] splitEscapeSequences(
string input
)
Parameters
- input
- Type: SystemString
The input string.
Return Value
Type:
StringAn array of escape sequences and text segments. The
escape characters are not removed from escape sequences.
See Also