TTMSFNCPDFGraphicsLibOutputWriter.ReplaceStrings Method
Replaces multiple search strings with their corresponding replacement values in the current content stream buffer.
API unit family: TMSFNCPDFCoreLibBase
Declaring type: TTMSFNCPDFGraphicsLibOutputWriter
Syntax
procedure ReplaceStrings(ASearchValues, AValues: array of String);
Parameters
| Name | Description |
|---|---|
ASearchValues |
Parallel array of strings to find. |
AValues |
Parallel array of replacement strings. |