StampPlacement ClassDocuWare Platform .NET API
Descripes how to place a stamp on a page.
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientStampPlacement
    DocuWare.Platform.ServerClientDecisionStampPlacement

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

C#
[SerializableAttribute]
[XmlIncludeAttribute(typeof(DecisionStampPlacement))]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[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

See Also

Reference