Skip to main content
Skip table of contents

XfdfReader (1)

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
TypeNameMethods
Dictionary<string, string>Fieldsget
stringFileSpecget

Methods

Public methods
ReturnsName
voidEndDocument()
voidEndElement(string tag)
stringGetField(string name)
stringGetFieldValue(string name)
List<string>GetListValues(string name)
voidStartDocument()
voidStartElement(string tag, IDictionary<string, string> h)
voidText(string str)

Details

Inheritance

Nested types

Classes
  • Stackr

Constructors

XfdfReader [1/3]

Source code

public XfdfReader(string filename)
Arguments
TypeNameDescription
stringfilename
XfdfReader [2/3]

Source code

public XfdfReader(byte[] xfdfIn)
Arguments
TypeNameDescription
byte``[]xfdfIn
XfdfReader [3/3]

Source code

public XfdfReader(Stream isp)
Arguments
TypeNameDescription
Streamisp

Methods

GetField

Source code

public virtual string GetField(string name)
Arguments
TypeNameDescription
stringname
GetFieldValue

Source code

public virtual string GetFieldValue(string name)
Arguments
TypeNameDescription
stringname
GetListValues

Source code

public virtual List<string> GetListValues(string name)
Arguments
TypeNameDescription
stringname
StartElement

Source code

public virtual void StartElement(string tag, IDictionary<string, string> h)
Arguments
TypeNameDescription
stringtag
IDictionary<string, string>h
EndElement

Source code

public virtual void EndElement(string tag)
Arguments
TypeNameDescription
stringtag
StartDocument

Source code

public virtual void StartDocument()
EndDocument

Source code

public virtual void EndDocument()
Text

Source code

public virtual void Text(string str)
Arguments
TypeNameDescription
stringstr

Properties

Fields
public virtual Dictionary<string, string> Fields { get; }
FileSpec
public virtual string FileSpec { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.