◆ XfdfReader() [1/2]
iTextSharp.text.pdf.XfdfReader.XfdfReader |
( |
String |
filename | ) |
|
Reads an XFDF form.
- Parameters
-
filename | the file name of the form |
- Exceptions
-
◆ XfdfReader() [2/2]
iTextSharp.text.pdf.XfdfReader.XfdfReader |
( |
byte[] |
xfdfIn | ) |
|
Reads an XFDF form.
- Parameters
-
xfdfIn | the byte array with the form |
- Exceptions
-
◆ EndDocument()
void iTextSharp.text.pdf.XfdfReader.EndDocument |
( |
| ) |
|
◆ EndElement()
void iTextSharp.text.pdf.XfdfReader.EndElement |
( |
String |
tag | ) |
|
◆ GetField()
String iTextSharp.text.pdf.XfdfReader.GetField |
( |
String |
name | ) |
|
Gets the field value.
- Parameters
-
name | the fully qualified field name |
- Returns
- the field's value
◆ GetFieldValue()
String iTextSharp.text.pdf.XfdfReader.GetFieldValue |
( |
String |
name | ) |
|
Gets the field value or null
if the field does not exist or has no value defined.
- Parameters
-
name | the fully qualified field name |
- Returns
- the field value or
null
◆ GetListValues()
ArrayList iTextSharp.text.pdf.XfdfReader.GetListValues |
( |
String |
name | ) |
|
Gets the field values for a list or null
if the field does not exist or has no value defined.
- Parameters
-
name | the fully qualified field name |
- Returns
- the field values or
null
- Since
- 2.1.4
◆ StartDocument()
void iTextSharp.text.pdf.XfdfReader.StartDocument |
( |
| ) |
|
◆ StartElement()
void iTextSharp.text.pdf.XfdfReader.StartElement |
( |
String |
tag, |
|
|
Hashtable |
h |
|
) |
| |
◆ Text()
void iTextSharp.text.pdf.XfdfReader.Text |
( |
String |
str | ) |
|
◆ listFields
Hashtable iTextSharp.text.pdf.XfdfReader.listFields |
|
protected |
Storage for field values if there's more than one value for a field.
- Since
- 2.1.4
◆ Fields
Hashtable iTextSharp.text.pdf.XfdfReader.Fields |
|
get |
Gets all the fields. The map is keyed by the fully qualified field name and the value is a merged PdfDictionary
with the field content.
- Returns
- all the fields
◆ FileSpec
String iTextSharp.text.pdf.XfdfReader.FileSpec |
|
get |
Gets the PDF file specification contained in the FDF.
- Returns
- the PDF file specification contained in the FDF
The documentation for this class was generated from the following file: