WatermarkResult

WatermarkResult()

Initializes a new instance of the WatermarkResult class.

public WatermarkResult()

See Also


WatermarkResult(long, TimeSpan, long, int)

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.

See Also