FormEntryBuilder WetSignature Method (String, String, String)frevvo Live Forms
Add a wet signature image to this builder from a given filename

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public FormEntryBuilder WetSignature(
	string id,
	string fileName,
	string contentType = "image/png"
)

Parameters

id
Type: OnlineSystem String
Corresponds to the signature control type id to apply the wet signature to
fileName
Type: OnlineSystem String
Fully qualified path to file to use as wet signature image
contentType (Optional)
Type: OnlineSystem String
content type of the file - default value of "image/png"

Return Value

Type: FormEntryBuilder
a reference to this builder
See Also