Click or drag to resize
StampPlacement Class
Describes how to place a stamp on a page.
Inheritance Hierarchy

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlIncludeAttribute(typeof(DecisionStampPlacement))]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class StampPlacement

The StampPlacement type exposes the following members.

Constructors
  NameDescription
Public methodStampPlacement
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyField
The form field values which are applied when placing the stamp.
Public propertyLayer
Layer where the stamp have to be placed.
Public propertyLocation
The location of the stamp.
Public propertyPassword
Password for password protected stamps
Public propertyRotation
Rotation of the stamp. Only rotation even of 90 degree are supported.
Public propertyStampId
Public propertyStrokes
A polyline entry in case of stroke stamps.
Top
Remarks