UpdateResult

UpdateResult class

Result of modification of signatures in the document.

public class UpdateResult : IResult

Properties

Name Description
DestinDocumentSize { get; } Returns destination document size
Failed { get; } List of signatures that were not updated BaseSignature.
ProcessingTime { get; } Returns the execution time of the process in milliseconds
SourceDocumentSize { get; } Returns source document size
Succeeded { get; } List of successfully modified signatures BaseSignature.
TotalSignatures { get; } Returns the total processed signatures

See Also