GroupDocs.Watermark for .NET furnishes .NET developers with a robust API for programmatically manipulating watermarks within diverse Ppt documents. This guide outlines the process:
- Initiate the workflow by supplying your Ppt file as an argument to the Watermarker class constructor. The file can be provided as either a byte stream, a file stream, or a reference to a local disk location.
- Subsequently, leverage the SearchCriteria object to pinpoint the specific watermarks requiring modification. This object enables the identification of watermarks previously embedded within the document.
- Upon successful execution of the search, you’ll receive a collection of relevant watermarks. These watermarks offer granular control, allowing you to modify properties such as dimensions, page positioning, text content, color scheme, image data, and more.
- Following the completion of watermark edits, persist the modified document. The API facilitates storage using either a local file path or a stream object.