XfaForm Class

(PDF 1.5) Class for an XML stream containing the Adobe XML Forms Architecture (XFA) information.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.XfaForm

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class XfaForm
VB
Public Class XfaForm

The XfaForm type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave(Stream)
Saves the entire XFA form to the specified stream.
Public methodSave(String)
Saves the entire XFA form to the file with specified name.
Public methodToString (Inherited from Object.)

See Also