BorderType Enumeration
BorderType specifies the border style for the answer summary table: None, Plain or Sculpted. Applicable only to 2-column answer summary layout. By default the property defers to the behavior 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 enum BorderType
Members

  Member nameValueDescription
Default0 defers to the behavior configured on the server.
None1 No border is applied
Plain2 Plain border
Sculpted3 Sculpted border
See Also