WatermarkResult constructor

init

Initializes a new instance of the WatermarkResult class.

def __init__(self):
    ...

init

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

def __init__(self, source_document_size, processing_time, final_document_size, number_watermarks_applied):
    ...
Parameter Type Description
source_document_size int The size of the source document in bytes.
processing_time System.TimeSpan The processing time in milliseconds.
final_document_size int The size of the final processed document in bytes.
number_watermarks_applied int The total number of watermarks applied to the document.

See Also