Class WorkflowStampsSettings
Stamp settings for a task.
Inheritance
System.Object
    WorkflowStampsSettings
  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 WorkflowStampsSettings
  Properties
InfoFontFamily
Specify the font of the header of the stamp.
Declaration
public Font InfoFontFamily { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Font | 
IsSignature
Indicates whether the signature will be used for the stamp.
Declaration
public bool IsSignature { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
StampFont
Specify the font of the text.
Declaration
public Font StampFont { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Font | 
UseActivityName
Indicates whether the stamp contains the activity name.
Declaration
public bool UseActivityName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
UseDate
Indicates whether the stamp shows date when stamp is placed.
Declaration
public bool UseDate { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
UseDecisionName
Indicates whether the stamp contains the decision name.
Declaration
public bool UseDecisionName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
UseFrame
Indicates whether the stamp has visible frame.
Declaration
public bool UseFrame { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
UseTime
Indicates whether the stamp shows the time when stamp is placed.
Declaration
public bool UseTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
UseUserName
Indicates whether stamp shows the user who placed the stamp.
Declaration
public bool UseUserName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |