SignatureToImageSigNameToImage Method |
Draws an approximation of a signature using a font.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic Bitmap SigNameToImage(
string name,
string fontPath
)
Public Function SigNameToImage (
name As String,
fontPath As String
) As Bitmap
Parameters
- name
- Type: SystemString
The string that will be drawn. - fontPath
- Type: SystemString
Full path of font file to be used if default font is not installed on the system.
Return Value
Type:
BitmapBitmap image containing the user's signature.
See Also