Class FormFieldValues
The form field values which are applied when placing or rendering the stamp.
Inheritance
System.Object
    FormFieldValues
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class FormFieldValues
  Properties
Field
Gets or sets the form field values which are applied when placing or rendering the stamp.
Declaration
public List<FormFieldValue> Field { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<FormFieldValue> |