AssembleDocumentSettings Format Property
The output format into which the requested document should be assembled or converted. If you request a format that is different from the template's native format, the assembled document will be automatically converted into the requested format (if possible).

This property initializes to "Native" by default, which means a document will be generated in the format native to whichever template is used.

An exception will be thrown if you request an OutputFormat that is incompatible with the template format.

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

public DocumentType Format { get; set; }

Property Value

Type: DocumentType
See Also