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 |
|---|---|---|
|
> |
|
|
|
|
|
|
Methods
Protected methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
(
merged, |
|
|
() |
Protected internal methods
|
Returns |
Name |
|---|---|
|
|
() |
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
Details
Inheritance
Constructors
FdfReader [1/4]
Source code
public FdfReader(string filename)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
filename |
FdfReader [2/4]
Source code
public FdfReader(byte[] pdfIn)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
pdfIn |
FdfReader [3/4]
Source code
public FdfReader(Uri url)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
url |
FdfReader [4/4]
Source code
public FdfReader(Stream isp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
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 |
|---|---|---|
|
|
merged |
|
|
|
name |
ReadFields
Source code
protected virtual void ReadFields()
GetField
Source code
public virtual PdfDictionary GetField(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
GetAttachedFile
Source code
public virtual byte GetAttachedFile(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
GetFieldValue
Source code
public virtual string GetFieldValue(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
Properties
Fields
public virtual Dictionary<string, PdfDictionary> Fields { get; }
FileSpec
public virtual string FileSpec { get; }
Generated with ModularDoc