TextOutputOptions Encoding Property
Encoding specifies the encoding (such as UTF8 or UTF16) for the assembled document. If left empty the server default will be used.

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

public string Encoding { get; set; }

Property Value

Type: OnlineString
See Also