Different document types.

Namespace: TallComponents.PDF
Assembly: 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 nameValueDescription
Classic0 This document is a classic document, compatible with Adobe Acrobat Form designer.
XfaStatic1 This document has XFA (compatible with Adobe Designer). All forms are static.
XfaDynamic2 This document has XFA (compatible with Adobe Designer). One or more forms may be dynamic.

See Also