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

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

[ObsoleteAttribute("This method is deprecated, please use FormEntryBuilder.WetSignature(id, inputStream, contentType, fileName) instead.")]
public FormEntryBuilder WetSignature(
	string id,
	Stream inputStream,
	string contentType
)

Parameters

id
Type: OnlineSystem String
Corresponds to the signature control type id to apply the wet signature to
inputStream
Type: OnlineSystem.IO Stream
Stream that contains the wet signature image
contentType
Type: OnlineSystem String
content type of the stream

Return Value

Type: FormEntryBuilder
a reference to this builder
See Also