Class StampPlacement
Describes how to place a stamp on a page.
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 StampPlacement
  Constructors
StampPlacement()
Creates a new instance of this class
Declaration
public StampPlacement()
  Properties
Field
The form field values which are applied when placing the stamp.
Declaration
public List<FormFieldValue> Field { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<FormFieldValue> | 
Layer
Layer where the stamp have to be placed.
Declaration
public int Layer { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Location
The location of the stamp.
Declaration
public DWPoint Location { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DWPoint | 
Remarks
The coordinates are in twips (1/1440 inches).
Password
Password for password protected stamps
Declaration
[Dolphin]
public string Password { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Rotation
Rotation of the stamp. Only rotation even of 90 degree are supported.
Declaration
public int Rotation { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
StampId
Declaration
public string StampId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Strokes
A polyline entry in case of stroke stamps.
Declaration
public PolyLineEntry Strokes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| PolyLineEntry |