ComboboxFormFieldSignature

ComboboxFormFieldSignature class

Contains combo-box input form field signature properties.

public sealed class ComboboxFormFieldSignature : FormFieldSignature

Constructors

Name Description
ComboboxFormFieldSignature(string) Creates ComboboxFormFieldSignature with predefined name.
ComboboxFormFieldSignature(string, List<string>) Creates ComboboxFormFieldSignature with predefined name and options list.
ComboboxFormFieldSignature(string, List<string>, object) Creates ComboboxFormFieldSignature with predefined name, options list and selected value.

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.
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).
Items { get; set; } Get or set combo-box options list.
Left { get; set; } Specifies left position of signature.
ModifiedOn { get; set; } Get or set the signature modification date.
Name { get; set; } Specifies unique form field name.
PageNumber { get; } Specifies the page signature was found on.
Selected { get; set; } Get or set selected value.
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.
Top { get; set; } Specifies top position of signature.
Type { get; } Specifies Form field type.
Value { get; set; } Specifies Form field data object.
Width { get; set; } Specifies width of signature.

Methods

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

See Also