This enumeration is a set of values that determine which format HotDocs uses when saving an answer file.
All answer files are written in XML format by HotDocs 2009 and later. The difference between a "HotDocs 2009-11 Format" XML answer file and a "Pre-HotDocs 2009 Format" XML answer file is that HotDocs 2009-11 answer files use UTF-8 encoding and they do not contain an embedded DTD. If your answer files must be read by versions of HotDocs earlier than 2009, use the PreHD2009Format.
Name | Value | Description |
HD_ANSFORMAT | 1 | Pre-HotDocs 2009 Format (Binary) - Deprecated |
HD_ANXFORMAT | 2 | Pre-HotDocs 2009 Format (XML) - Deprecated |
PreHD2009Format | 2 | Pre-HotDocs 2009 Format (XML) |
HD2009Format | 3 | HotDocs 2009-11 Format (XML) |