InterviewSettings DisableDocumentPreview Property
Specifies that the Document Preview button should not appear on the interview toolbar, independent of whether a DocumentPreviewUrl has been specified or not. By default it respects the default behavior as configured on the server.

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

public bool DisableDocumentPreview { get; set; }

Property Value

Type: OnlineBoolean
Remarks

This property corresponds to (but is reversed from) the "Allow document preview" setting in the HotDocs Server management console and the DocumentPreview property in the HotDocs Server API.
See Also