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
Methods
Protected methods
Protected internal methods
Public methods
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
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