Class StrokeStamp
Stamp that allows you to add a signature using an electronic pen.
Inheritance
System.Object
StrokeStamp
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 StrokeStamp
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 |