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 the WatermarkResult class.
init Constructs a new instance of WatermarkResult

Properties

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

See Also