Class SignatureField
Represents a signature field.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public sealed class SignatureField : FormField<SignatureWidget>, IInstanceIdOwner, IWidgetCreator<SignatureWidget>
Constructors
SignatureField(String)
Initializes a new instance of SignatureField class.
Declaration
public SignatureField(string fieldName)
Parameters
System.String
fieldName
The field name. |
Properties
FieldType
Gets the field type.
Declaration
public override sealed FormFieldType FieldType { get; }
Property Value
FormFieldType
|
Overrides
Signature
Gets the signature.
Declaration
public Signature Signature { get; set; }
Property Value
Signature
The signature. |