iText 5

FdfReader

FdfReader Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.FdfReader[[FdfReader]] iTextSharp.text.pdf.PdfReader[[PdfReader]] end iTextSharp.text.pdf.PdfReader --> iTextSharp.text.pdf.FdfReader

Members

Properties

Public properties

Type

Name

Methods

Dictionary<string,

PdfDictionary

>

Fields

get

string

FileSpec

get

Methods

Protected methods

Returns

Name

ICounter

GetCounter

()

void

KidNode

(

PdfDictionary

merged, string name)

void

ReadFields

()

Protected internal methods

Returns

Name

void

ReadPdf

()

Public methods

Returns

Name

byte``[]

GetAttachedFile

(string name)

PdfDictionary

GetField

(string name)

string

GetFieldValue

(string name)

Details

Inheritance

Constructors

FdfReader [1/4]

Source code

public FdfReader(string filename)

Arguments

Type

Name

Description

string

filename

FdfReader [2/4]

Source code

public FdfReader(byte[] pdfIn)

Arguments

Type

Name

Description

byte``[]

pdfIn

FdfReader [3/4]

Source code

public FdfReader(Uri url)

Arguments

Type

Name

Description

Uri

url

FdfReader [4/4]

Source code

public FdfReader(Stream isp)

Arguments

Type

Name

Description

Stream

isp

Methods

GetCounter

Source code

protected override ICounter GetCounter()

ReadPdf

Source code

protected internal override void ReadPdf()

KidNode

Source code

protected virtual void KidNode(PdfDictionary merged, string name)

Arguments

Type

Name

Description

PdfDictionary

merged

string

name

ReadFields

Source code

protected virtual void ReadFields()

GetField

Source code

public virtual PdfDictionary GetField(string name)

Arguments

Type

Name

Description

string

name

GetAttachedFile

Source code

public virtual byte GetAttachedFile(string name)

Arguments

Type

Name

Description

string

name

GetFieldValue

Source code

public virtual string GetFieldValue(string name)

Arguments

Type

Name

Description

string

name

Properties

Fields

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

FileSpec

public virtual string FileSpec { get; }

Generated with ModularDoc