AnswerSummaryOptions PercentWidthForPrompt Property
Specifies the percentage of the total interview width reserved for prompts. Applicable only to 2-column answer summary layout. A range of 20 to 80 is recommended. The default value is 0, which defers to the value 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 int PercentWidthForPrompt { get; set; }

Property Value

Type: OnlineInt32
Remarks

This property is equivalent to the "Answer Summary Settings > Percentage of width taken by prompt" setting in the HotDocs Server management console and the AsPercentOfWidthForPrompt setting in Core Services.
See Also