ComboboxFormFieldSignature Class |
Namespace: GroupDocs.Signature.Domain
The ComboboxFormFieldSignature type exposes the following members.
Name | Description | |
---|---|---|
![]() | ComboboxFormFieldSignature(String) |
Creates ComboboxFormFieldSignature with predefined name.
|
![]() | ComboboxFormFieldSignature(String, ListString) |
Creates ComboboxFormFieldSignature with predefined name and options list.
|
![]() | ComboboxFormFieldSignature(String, ListString, Object) |
Creates ComboboxFormFieldSignature with predefined name, options list and selected value.
|
Name | Description | |
---|---|---|
![]() | CreatedOn |
Get or set the signature creation date.
(Inherited from BaseSignature.) |
![]() | Deleted |
Get or set flag to indicate 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.
(Inherited from BaseSignature.) |
![]() | Height |
Specifies height of signature.
(Inherited from BaseSignature.) |
![]() | IsSignature |
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).
(Inherited from BaseSignature.) |
![]() | Items |
Get or set combo-box options list.
|
![]() | Left |
Specifies left position of signature.
(Inherited from BaseSignature.) |
![]() | ModifiedOn |
Get or set the signature modification date.
(Inherited from BaseSignature.) |
![]() | Name |
Specifies unique form field name.
(Inherited from FormFieldSignature.) |
![]() | PageNumber |
Specifies the page signature was found on.
(Inherited from BaseSignature.) |
![]() | Selected |
Get or set selected value.
|
![]() | SignatureId |
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.
(Inherited from BaseSignature.) |
![]() | SignatureType |
Specifies the type of signature.
(Inherited from BaseSignature.) |
![]() | Top |
Specifies top position of signature.
(Inherited from BaseSignature.) |
![]() | Type |
Specifies Form field type.
(Inherited from FormFieldSignature.) |
![]() | Value |
Specifies Form field data object.
(Inherited from FormFieldSignature.) |
![]() | Width |
Specifies width of signature.
(Inherited from BaseSignature.) |
Name | Description | |
---|---|---|
![]() | Clone |
Clone FormField Signature instance.
(Overrides FormFieldSignatureClone.) |
![]() | Equals |
Overwrites Equals method to compare signature properties
(Overrides FormFieldSignatureEquals(Object).) |
![]() | GetHashCode |
Overrides GetHashCode method
(Overrides FormFieldSignatureGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |