| DocumentServer.DocumentController | | The DocumentController class is a .NET component that can be used to perform the necessary document handling on the server, when using a control such as the DocumentServer.Web.DocumentViewer. |
| DocumentServer.DocumentController.FieldAdapterCollection | | An instance of the FieldAdapterCollection class contains adapters for all application fields of the page it belongs to. |
| DocumentServer.Fields.DateField | | The DateField implements the MS Word specific DATEFIELD field. |
| DocumentServer.Fields.FieldAdapter | | The abstract FieldAdapter class is the base class of all special DocumentServer field adapters. |
| DocumentServer.Fields.FormCheckBox | | The FormText implements the MS Word specific FORMCHECKBOX field. |
| DocumentServer.Fields.FormDropDown | | The FormDropDown class implements the MS Word specific FORMDROPDOWN field. |
| DocumentServer.Fields.FormFieldAdapter | | The abstract FormFieldAdapter class is the base class of all special DocumentServer form field adapters. |
| DocumentServer.Fields.FormText | | The FormText class implements the MS Word specific FORMTEXT field. |
| DocumentServer.Fields.IfField | | The IfField class implements the MS Word specific IF field. |
| DocumentServer.Fields.IncludeText | | The IncludeText class implements the MS Word specific INCLUDETEXT field. |
| DocumentServer.Fields.MailMergeFieldAdapter | | The abstract MailMergeFieldAdapter class is the base class of all special DocumentServer mail merge field adapters. |
| DocumentServer.Fields.MergeField | | The MergeField class implements the MS Word specific MERGEFIELD field. |
| DocumentServer.Web.DocumentViewer | | The DocumentViewer class is a .NET component that can be used to display documents in the web browser in ASP.NET projects. |
| DocumentServer.Web.DocumentViewer.SaveDocumentEventArgs | | The SaveDocumentEventArgs class provides data for the DocumentServer.Web.DocumentViewer.SaveDocument event. |
| DocumentServer.Web.DocumentViewer.SaveFormDataEventArgs | | The SaveDocumentEventArgs class provides data for the DocumentServer.Web.DocumentViewer.SaveFormData event. |