AssembleDocumentOptions Class |
Encapsulates options that apply to an AssembleDocument request
Inheritance Hierarchy
HotDocs.Cloud.ClientAssembleDocumentOptions
Namespace: HotDocs.Cloud.Client
Assembly: HotDocs.Cloud.Client (in HotDocs.Cloud.Client.dll) Version: 1.0.5652.20312
Syntax
The AssembleDocumentOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AssembleDocumentOptions |
The default constructor for AssembleDocumentOptions. The default output format is Native;
all other settings are defaulted as designated in the Cloud Services administrative portal.
|
![]() | AssembleDocumentOptions(OutputFormat, DictionaryString, String) |
Constructor that sets all properties
|
![]() | AssembleDocumentOptions(OutputFormat, OutputOptions, DictionaryString, String) | Initializes a new instance of the AssembleDocumentOptions class |
Properties
Name | Description | |
---|---|---|
![]() | Format |
Requested output format(s). Documents will be assembled in their native format, and
will then be converted into each requested output format, as part of the same call.
|
![]() | OutputOptions | |
![]() | Settings |
Collection of settings that can be specified when requesting a document assembly.
When you do not explicitly provide a value for any setting, the default value
specified in the HotDocs Cloud Services Administrative Portal will be used.
|
See Also