C# Class iTextSharp.text.pdf.parser.TaggedPdfReaderTool

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
ConvertToXml ( PdfReader reader, Stream os ) : void
ConvertToXml ( PdfReader reader, Stream os, Encoding encoding ) : void
InspectChild ( PdfObject k ) : void
InspectChildArray ( PdfArray k ) : void
InspectChildDictionary ( PdfDictionary k ) : void
ParseTag ( String tag, PdfObject obj, PdfDictionary page ) : void

Private Methods

Méthode Description
FixTagName ( String tag ) : String

Method Details

ConvertToXml() public méthode

public ConvertToXml ( PdfReader reader, Stream os ) : void
reader PdfReader
os Stream
Résultat void

ConvertToXml() public méthode

public ConvertToXml ( PdfReader reader, Stream os, Encoding encoding ) : void
reader PdfReader
os Stream
encoding System.Text.Encoding
Résultat void

InspectChild() public méthode

public InspectChild ( PdfObject k ) : void
k PdfObject
Résultat void

InspectChildArray() public méthode

public InspectChildArray ( PdfArray k ) : void
k PdfArray
Résultat void

InspectChildDictionary() public méthode

public InspectChildDictionary ( PdfDictionary k ) : void
k PdfDictionary
Résultat void

ParseTag() public méthode

public ParseTag ( String tag, PdfObject obj, PdfDictionary page ) : void
tag String
obj PdfObject
page PdfDictionary
Résultat void