SignatureToImage Class |
Namespace: NetQuarry
The SignatureToImage type exposes the following members.
Name | Description | |
---|---|---|
![]() | SignatureToImage |
Gets a new signature generator with the default options.
|
Name | Description | |
---|---|---|
![]() | BackgroundColor | The background color to use in the signature canvas element. Default is Color.White. |
![]() | CanvasHeight | The height of the canvas, in pixels. Default is 45. |
![]() | CanvasWidth | The width of the canvas, in pixels. Default is 198. |
![]() | FontName | The signature font name. Default is Journal. |
![]() | FontSize | The signature font size, in ems. Default is 24. |
![]() | PenColor | The pen color to use for the signature. Default is Color.FromArgb(20, 83, 148) |
![]() | PenWidth | The width/height of the pen, in pixels. Default is 2. |
Name | Description | |
---|---|---|
![]() | Convert |
Convert a signature stream from a SignaturePad control into an image file stream.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SigNameToImage |
Draws an approximation of a signature using a font.
|
![]() | SigStringToImage |
Converts a signature stream (from a SignaturePad control) to a bitmap.
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |