ReplaceTag
Description
This function searches through the contents of the current page, and replaces all occurrences of Tag with NewValue.
Syntax
Delphi
function TDebenuPDFLibrary1811.ReplaceTag(Tag, NewValue: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::ReplaceTag(Tag As String,
NewValue As String) As Long
DLL
int DPLReplaceTag(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 |