Skip to main content
Skip table of contents

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

Methods

Protected methods
ReturnsName
ICounterGetCounter()
voidKidNode(PdfDictionary merged, string name)
voidReadFields()
Protected internal methods
ReturnsName
voidReadPdf()
Public methods
ReturnsName
byte``[]GetAttachedFile(string name)
PdfDictionaryGetField(string name)
stringGetFieldValue(string name)

Details

Inheritance

Constructors

FdfReader [1/4]

Source code

public FdfReader(string filename)
Arguments
TypeNameDescription
stringfilename
FdfReader [2/4]

Source code

public FdfReader(byte[] pdfIn)
Arguments
TypeNameDescription
byte``[]pdfIn
FdfReader [3/4]

Source code

public FdfReader(Uri url)
Arguments
TypeNameDescription
Uriurl
FdfReader [4/4]

Source code

public FdfReader(Stream isp)
Arguments
TypeNameDescription
Streamisp

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
TypeNameDescription
PdfDictionarymerged
stringname
ReadFields

Source code

protected virtual void ReadFields()
GetField

Source code

public virtual PdfDictionary GetField(string name)
Arguments
TypeNameDescription
stringname
GetAttachedFile

Source code

public virtual byte GetAttachedFile(string name)
Arguments
TypeNameDescription
stringname
GetFieldValue

Source code

public virtual string GetFieldValue(string name)
Arguments
TypeNameDescription
stringname

Properties

Fields
public virtual Dictionary<string, PdfDictionary> 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.