Click or drag to resize

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)
Syntax
public Bitmap SigNameToImage(
	string name,
	string fontPath
)

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: Bitmap
Bitmap image containing the user's signature.
See Also