Class DecisionStampSettings
Inheritance
System.Object
DecisionStampSettings
Assembly: DocuWare.Platform.ServerClient.dll
public class DecisionStampSettings : object
Constructors
Creates a new instance of this class
Declaration
public DecisionStampSettings()
Properties
Declaration
public bool EnableSimpleSignature { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public DecisionStampFont InfoFontFamily { get; set; }
Property Value
Declaration
public string Mode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool SetStampAuto { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public DecisionStampFont StampFont { get; set; }
Property Value
Declaration
public bool UseDecisionName { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool UseFrame { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool UseStampDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool UseStampTime { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string UseUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UseWfStepName { get; set; }
Property Value
Type |
Description |
System.String |
|