Class SignatureFormParameter
Wird als Übergabe verschiedener Paramter an die Signatur Verarbeitung verwendet
Inheritance
System.Object
SignatureFormParameter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DocumentProcessing.WACOM
Assembly: Simplic.Framework.DocumentProcessing.dll
Syntax
public class SignatureFormParameter
Constructors
| Improve this Doc View SourceSignatureFormParameter()
Declaration
public SignatureFormParameter()
Properties
| Improve this Doc View SourceBackgroundImage
Declaration
public byte[] BackgroundImage { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
DrawSignLine
Declaration
public bool DrawSignLine { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PenColor
Declaration
public Color PenColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
SignFieldRect
Declaration
public Rectangle? SignFieldRect { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Drawing.Rectangle> |