DocumentResultSignature

DocumentResultSignature class

Result of processing archive document signing process for document with newly created signatures.

public class DocumentResultSignature : BaseSignature, IResult

Properties

Name Description
CreatedOn { get; set; } Get or set the signature creation date.
Deleted { get; } Get the flag that indicates if this signature was deleted from the document. This property is being used only for document history log records to keep the list of deleted signatures.
DestinDocumentSize { get; } Returns destination document size
ErrorMessage { get; } if document was processed with error this property will contain the error message
Failed { get; } List of the signatures that failed during the process BaseSignature.
FileName { get; } Document file name
Height { get; set; } Specifies height of signature.
IsSignature { get; set; } Get or set flag to indicate if this component is Signature or document content. This property is being used with Update method to set element as signature (true) or document element (false).
Left { get; set; } Specifies left position of signature.
ModifiedOn { get; set; } Get or set the signature modification date.
PageNumber { get; } Specifies the page signature was found on.
ProcessingTime { get; } Returns the execution time of the process in milliseconds
SignatureId { get; } Unique signature identifier to modify signature in the document over Update or Delete methods. This property will be set automatically after Sign or Search method being called. If this property was saved before it can be set manually to manipulate the signature.
SignatureType { get; } Specifies the type of signature.
SourceDocumentSize { get; } Returns source document size
Succeeded { get; } List of successfully processed signatures BaseSignature.
Top { get; set; } Specifies top position of signature.
TotalSignatures { get; } Returns the total processed signatures
Width { get; set; } Specifies width of signature.

Methods

Name Description
virtual Clone() Clone signature instance.
override Equals(object) Overwrites Equals method to compare signature properties
override GetHashCode() Overrides GetHashCode method

Remarks

Learn more

See Also