WatermarkResult class

WatermarkResult class

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

The WatermarkResult type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of WatermarkResult.
init Initializes a new instance of the WatermarkResult class with specific values.

Properties

Property Description
final_document_size The size of the final processed document in bytes.
number_watermarks_applied The total number of watermarks applied to the document.
processing_time The processing time for the watermarking operation.
source_document_size The size of the source document in bytes.

See Also