WatermarkResult
Leave feedback
On this page
Represents the result of watermarking operation, including details such as document sizes, processing time, and the number of applied watermarks.
public class WatermarkResult
| Name | Description |
|---|---|
| WatermarkResult() | Initializes a new instance of the WatermarkResult class. |
| WatermarkResult(long, TimeSpan, long, int) | Initializes a new instance of the WatermarkResult class with specific values. |
| Name | Description |
|---|---|
| FinalDocumentSize { get; } | Gets or sets the size of the final processed document in bytes. |
| NumberWatermarksApplied { get; } | Gets or sets the total number of watermarks applied to the document. |
| ProcessingTime { get; } | Gets or sets the processing time for the watermarking operation. |
| SourceDocumentSize { get; } | Gets or sets the size of the source document in bytes. |
- namespace GroupDocs.Watermark.Internal
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.