.NET API to programmatically find and remove text and image based watermarks from PDF, Word, Excel, PowerPoint, Visio documents using C#....TextSearchCriteria textSearchCriterion = new TextSearchCriteria("© 2020");...Regular Expression Regex regex = new Regex(@"^© \\d{4}$"); TextSearchCriteria...