iText 5

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

Type

Name

Methods

Dictionary<string, string>

Fields

get

string

FileSpec

get

Methods

Public methods

Returns

Name

void

EndDocument

()

void

EndElement

(string tag)

string

GetField

(string name)

string

GetFieldValue

(string name)

List<string>

GetListValues

(string name)

void

StartDocument

()

void

StartElement

(string tag, IDictionary<string, string> h)

void

Text

(string str)

Details

Inheritance

Nested types

Classes
  • Stackr

Constructors

XfdfReader [1/3]

Source code

public XfdfReader(string filename)

Arguments

Type

Name

Description

string

filename

XfdfReader [2/3]

Source code

public XfdfReader(byte[] xfdfIn)

Arguments

Type

Name

Description

byte``[]

xfdfIn

XfdfReader [3/3]

Source code

public XfdfReader(Stream isp)

Arguments

Type

Name

Description

Stream

isp

Methods

GetField

Source code

public virtual string GetField(string name)

Arguments

Type

Name

Description

string

name

GetFieldValue

Source code

public virtual string GetFieldValue(string name)

Arguments

Type

Name

Description

string

name

GetListValues

Source code

public virtual List<string> GetListValues(string name)

Arguments

Type

Name

Description

string

name

StartElement

Source code

public virtual void StartElement(string tag, IDictionary<string, string> h)

Arguments

Type

Name

Description

string

tag

IDictionary<string, string>

h

EndElement

Source code

public virtual void EndElement(string tag)

Arguments

Type

Name

Description

string

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

string

str

Properties

Fields

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

FileSpec

public virtual string FileSpec { get; }

Generated with ModularDoc