FormFieldValues ClassDocuWare Platform .NET API
The form field values which are applied when placing or rendering the stamp.
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientFormFieldValues

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("StampFormFields", Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class FormFieldValues

The FormFieldValues type exposes the following members.

Constructors

  NameDescription
Public methodFormFieldValues
Initializes a new instance of the FormFieldValues class
Top
Properties

  NameDescription
Public propertyField
Gets or sets the form field values which are applied when placing or rendering the stamp.
Top
Remarks

See Also

Reference