Class WorkflowStampsSettings
Stamp settings for a task.
Inheritance
System.Object
WorkflowStampsSettings
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class WorkflowStampsSettings : object
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 |