Class XfaForm.Xml2SomTemplate
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
Processes the template section in the XFA form.
public class XfaForm.Xml2SomTemplate : XfaForm.Xml2Som
- Inheritance
-
XfaForm.Xml2SomTemplate
- Inherited Members
Constructors
Xml2SomTemplate(XmlNode)
Creates a new instance from the datasets node.
public Xml2SomTemplate(XmlNode n)
Parameters
n
XmlNodethe template node
Properties
DynamicForm
true if it's a dynamic form; false if it's a static form. if it's a static form
public bool DynamicForm { get; set; }
Property Value
- bool
true if it's a dynamic form; false
Methods
GetFieldType(string)
Gets the field type as described in the template section of the XFA.
public string GetFieldType(string s)
Parameters
s
stringthe exact template name
Returns
- string
the field type or null if not found