XfdfReader Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.XfdfReader[[XfdfReader]] end subgraph iTextSharp.text.xml.simpleparser iTextSharp.text.xml.simpleparser.ISimpleXMLDocHandler[[ISimpleXMLDocHandler]] class iTextSharp.text.xml.simpleparser.ISimpleXMLDocHandler interfaceStyle; end iTextSharp.text.xml.simpleparser.ISimpleXMLDocHandler --> iTextSharp.text.pdf.XfdfReader
Members
Properties
Public properties
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
() |
|
|
( |
|
|
( |
Details
Inheritance
Nested types
Classes
-
Stackr
Constructors
XfdfReader [1/3]
Source code
public XfdfReader(string filename)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
filename |
XfdfReader [2/3]
Source code
public XfdfReader(byte[] xfdfIn)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xfdfIn |
XfdfReader [3/3]
Source code
public XfdfReader(Stream isp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
isp |
Methods
GetField
Source code
public virtual string GetField(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
GetFieldValue
Source code
public virtual string GetFieldValue(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
GetListValues
Source code
public virtual List<string> GetListValues(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
StartElement
Source code
public virtual void StartElement(string tag, IDictionary<string, string> h)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
|
|
|
h |
EndElement
Source code
public virtual void EndElement(string tag)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
StartDocument
Source code
public virtual void StartDocument()
EndDocument
Source code
public virtual void EndDocument()
Text
Source code
public virtual void Text(string str)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
str |
Properties
Fields
public virtual Dictionary<string, string> Fields { get; }
FileSpec
public virtual string FileSpec { get; }
Generated with ModularDoc