DocumentType Enumeration
A type of document that can be produced by assembling a document from a template.

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

public enum DocumentType
Members

  Member nameValueDescription
Unknown0
Native1 Document type native to the template. See Template.NativeDocumentType. For example, a WordPerfect WPD file is native to a WordPerfect WPT template.
WordDOCX2
WordRTF3
WordDOC4
WordPerfect5
PDF6
HPD7
HFD8
PlainText9
HTML10
HTMLwDataURIs11 HTML with images included as embedded URIs.
MHTML12 MIME HTML
XML13
See Also