Different document types.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public enum DocumentType |
| Visual Basic |
|---|
Public Enumeration DocumentType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Classic | 0 | This document is a classic document, compatible with Adobe Acrobat Form designer. | |
| XfaStatic | 1 | This document has XFA (compatible with Adobe Designer). All forms are static. | |
| XfaDynamic | 2 | This document has XFA (compatible with Adobe Designer). One or more forms may be dynamic. |