QrCodeSignature

QrCodeSignature class

Contains QR-code signature properties.

public class QrCodeSignature : BaseSignature

Constructors

Name Description
QrCodeSignature(string) Initialize QrCodeSignature object with signature identifier that was obtained after search process. This unique identifier is used to find additional properties for this signature from document signature information layer.

Properties

Name Description
Content { get; } Specifies QR-code binary data image content of type Format. By default this property will not be set. Use property ReturnContent to enable this feature.
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.
EncodeType { get; } Specifies the QR-code Encode Type.
Format { get; } Specifies the format of QR-code signature image.
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.
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.
Text { get; } Specifies text of QR-code.
Top { get; set; } Specifies top position of signature.
Width { get; set; } Specifies width of signature.

Methods

Name Description
override Clone() Clone QR-Code Signature instance.
override Equals(object) Overwrites Equals method to compare signature properties
GetData<T>() Obtain object from QR-Code Signature Text over deserialization.
GetData<T>(IDataEncryption) Obtain object from QR-Code Signature Text over deserialization.
override GetHashCode() Overrides GetHashCode method

See Also