WatermarkResult
Leave feedback
On this page
Initializes a new instance of the WatermarkResult class.
public WatermarkResult()
- class WatermarkResult
- namespace GroupDocs.Watermark.Internal
- assembly GroupDocs.Watermark
Initializes a new instance of the WatermarkResult class with specific values.
public WatermarkResult(long sourceDocumentSize, TimeSpan processingTime, long finalDocumentSize,
int numberWatermarksApplied)
| Parameter | Type | Description |
|---|---|---|
| sourceDocumentSize | Int64 | The size of the source document in bytes. |
| processingTime | TimeSpan | The processing time in milliseconds. |
| finalDocumentSize | Int64 | The size of the final processed document in bytes. |
| numberWatermarksApplied | Int32 | The total number of watermarks applied to the document. |
- class WatermarkResult
- 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.