InterviewAnswerSet EncodeInterviewAnswers Method (Stream)
Encodes interview answers and outputs them to a stream.

Namespace: HotDocs.Sdk.Server
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void EncodeInterviewAnswers(
	Stream output
)

Parameters

output
Type: OnlineSystem.IO Stream
Stream to which to output the answers.
See Also