InterviewSettings Format Property
Dictates whether the returned interview will use the JavaScript runtime or the Silverlight runtime. The default behavior is "Default", which leaves the choice up to the HotDocs Server from which you request the interview.

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

public InterviewFormat Format { get; set; }

Property Value

Type: InterviewFormat
See Also