ReplaceTag
Description
This function searches through the contents of the current page, and replaces all occurrences of Tag with NewValue.
Syntax
Delphi
function TQuickPDF0813.ReplaceTag(Tag, NewValue: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::ReplaceTag(Tag As String,
NewValue As String) As Long
DLL
int QuickPDFReplaceTag(int InstanceID, wchar_t * Tag, wchar_t * NewValue)
Parameters
| Tag | The text to search for |
| NewValue | The replacement text |
Return values
| Returns the number of times the text was replaced |