AssembleDocumentSettings UseMarkupSyntax Property
Dictates whether this document will be assembled traditionally ("false") or using markup view ("true").

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

public bool UseMarkupSyntax { get; set; }

Property Value

Type: OnlineBoolean
Remarks

This property corresponds to the "Assemble marked-up documents" setting in the HotDocs Server management console, the AssembleMarkupDocument property in the HotDocs Server .NET API, and the AssembleMarkedDocuments setting in Cloud Services.
See Also