AssembleDocumentSettings OutputOptions Property
If the requested OutputFormat is PDF, HTML or PlainText, this property can specify additional options specific to that output format. It is null by default, which causes HotDocs to output the requested document using its own internal defaults.

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

public OutputOptions OutputOptions { get; set; }

Property Value

Type: OutputOptions
See Also