Method TryGetBookmarkText
TryGetBookmarkText(string, out string?)
Looks up a name bound by a SET field earlier in the update, falling back to a
document bookmark of that name.
public bool TryGetBookmarkText(string name, out string? text)
Parameters
Returns
Exceptions
- ArgumentNullException
nameis null.