AssembleDocumentOptions Class
Encapsulates options that apply to an AssembleDocument request
Inheritance Hierarchy

SystemObject
  HotDocs.Cloud.ClientAssembleDocumentOptions

Namespace: HotDocs.Cloud.Client
Assembly: HotDocs.Cloud.Client (in HotDocs.Cloud.Client.dll) Version: 1.0.5652.20312
Syntax

public class AssembleDocumentOptions

The AssembleDocumentOptions type exposes the following members.

Constructors

  NameDescription
Public methodAssembleDocumentOptions
The default constructor for AssembleDocumentOptions. The default output format is Native; all other settings are defaulted as designated in the Cloud Services administrative portal.
Public methodAssembleDocumentOptions(OutputFormat, DictionaryString, String)
Constructor that sets all properties
Public methodAssembleDocumentOptions(OutputFormat, OutputOptions, DictionaryString, String)
Initializes a new instance of the AssembleDocumentOptions class
Top
Properties

  NameDescription
Public propertyFormat
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.
Public propertyOutputOptions
Public propertySettings
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.
Top
See Also

Reference