Class StampFormFieldValues
The form field values which are applied when placing or rendering a specific stamp.
Inheritance
System.Object
StampFormFieldValues
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class StampFormFieldValues : object
Properties
Field
The form field values which are applied when placing the stamp.
Declaration
public List<FormFieldValue> Field { get; set; }
Property Value
Type | Description |
---|---|
List<FormFieldValue> |
StampId
Declaration
public string StampId { get; set; }
Property Value
Type | Description |
---|---|
System.String |