C# Class iTextSharp.text.pdf.FdfReader

Inheritance: PdfReader
显示文件 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
FdfReader ( Stream isp ) : System
FdfReader ( String filename ) : System
FdfReader ( Uri url ) : System
FdfReader ( byte pdfIn ) : System
GetAttachedFile ( String name ) : byte[]
GetField ( String name ) : PdfDictionary
GetFieldValue ( String name ) : String

Protected Methods

Method Description
KidNode ( PdfDictionary merged, String name ) : void
ReadFields ( ) : void
ReadPdf ( ) : void

Method Details

FdfReader() public method

public FdfReader ( Stream isp ) : System
isp Stream
return System

FdfReader() public method

public FdfReader ( String filename ) : System
filename String
return System

FdfReader() public method

public FdfReader ( Uri url ) : System
url System.Uri
return System

FdfReader() public method

public FdfReader ( byte pdfIn ) : System
pdfIn byte
return System

GetAttachedFile() public method

public GetAttachedFile ( String name ) : byte[]
name String
return byte[]

GetField() public method

public GetField ( String name ) : PdfDictionary
name String
return PdfDictionary

GetFieldValue() public method

public GetFieldValue ( String name ) : String
name String
return String

KidNode() protected method

protected KidNode ( PdfDictionary merged, String name ) : void
merged PdfDictionary
name String
return void

ReadFields() protected method

protected ReadFields ( ) : void
return void

ReadPdf() protected method

protected ReadPdf ( ) : void
return void