WatermarkResult

WatermarkResult class

Represents the result of watermarking operation, including details such as document sizes, processing time, and the number of applied watermarks.

public class WatermarkResult

Constructors

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.

Properties

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.

See Also