Initializes a new instance of the Signature
public SignatureImage(string fileName, int filterIndex);Public Sub New(ByVal fileName As String, ByVal filterIndex As Integer)public SignatureImage(System.Drawing.Image image);Public Sub New(ByVal image As System.Drawing.Image)public SignatureImage(System.IO.MemoryStream memoryStream);Public Sub New(ByVal memoryStream As System.IO.MemoryStream)| Parameter | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| file |
Specifies the name and the path of the file from which the image is loaded. | ||||||||||||||||||
| filter |
Specifies the index of the filter used to load the image. It is an index in the string returned through the Image
|
||||||||||||||||||
| image | Specifies a System. |
||||||||||||||||||
| memory |
Specifies a memory stream from which the data for the signature image is read. |