flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.parser
iTextSharp.text.pdf.parser.TaggedPdfReaderTool[[TaggedPdfReaderTool]]
end
public TaggedPdfReaderTool()
Source code
public virtual void ConvertToXml(PdfReader reader, Stream os, Encoding encoding)
Type | Name | Description |
---|
PdfReader | reader | |
Stream | os | |
Encoding | encoding | |
Source code
public virtual void ConvertToXml(PdfReader reader, Stream os)
Source code
public virtual void InspectChild(PdfObject k)
Source code
public virtual void InspectChildArray(PdfArray k)
Source code
public virtual void InspectChildDictionary(PdfDictionary k)
Source code
public virtual void InspectChildDictionary(PdfDictionary k, bool inspectAttributes)
Source code
protected virtual string XmlName(PdfName name)
Source code
public virtual void ParseTag(string tag, PdfObject obj, PdfDictionary page)
Generated with ModularDoc