Skip to main content

DocumentOptions Interface

Namespace: NextDesign.Desktop.DocumentGenerator

Description

Document options.

Belongs to

NameDescription
Document GenerationA collection of APIs to access document generation.

Derived from

NameDescription
WordOptionsWord-specific generation options.
HtmlOptionsHTML-specific generation options.

Property

NameDescription
TemplateFilePathYou can replace the template used for output.
(Only supported for Word)

Method

NameDescription
GetProperty(string)Gets the optional properties of the document.
GetProperty<T>(string)Gets an optional property of the document.
SetPropertySets an optional property of the document.