Different document types.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
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. |