IDocumentProcessorPlugin
Contents
[
Hide
]IDocumentProcessorPlugin interface
Defines an interface for external document processor plugin.
public interface IDocumentProcessorPlugin
Methods
Name | Description |
---|---|
Append(Stream, LoadOptions) | Append the document loading it with the specified load options. |
Load(Stream, LoadOptions) | Load the document using the specified load options. |
Save(Stream, SaveOptions) | Save the document loaded by Load method to the output stream using the specified save options. |
SetImageWatermark(Stream, ImageWatermarkOptions) | Adds image watermark on each page of the document loaded by Load method. |
SetTextWatermark(string, TextWatermarkOptions) | Adds text watermark on each page of the document loaded by Load method. |
ToDocument() | Parses the document loaded by Load method into Document object. |
ToPages(FixedPageSaveOptions) | Saves each page of the document loaded by Load method using the specified fixed page save options. |
See Also
- namespace Aspose.Words
- assembly Aspose.Words