Class StrokeStamp
Stamp that allows you to add a signature using an electronic pen.
Inheritance
System.Object
StrokeStamp
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class StrokeStamp : object
Properties
StrokeColor
Color of the line of the handwritten signature.
Declaration
public string StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StrokeWidth
The line weight of the handwritten signature.
Declaration
public uint StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |