iText 5

TaggedPdfReaderTool

TaggedPdfReaderTool Public class

Diagram

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

Members

Methods

Public methods
Protected methods

Returns

Name

string

XmlName

(

PdfName

name)

Details

Constructors

TaggedPdfReaderTool

public TaggedPdfReaderTool()

Methods

ConvertToXml [1/2]

Source code

public virtual void ConvertToXml(PdfReader reader, Stream os, Encoding encoding)

Arguments

Type

Name

Description

PdfReader

reader

Stream

os

Encoding

encoding

ConvertToXml [2/2]

Source code

public virtual void ConvertToXml(PdfReader reader, Stream os)

Arguments

Type

Name

Description

PdfReader

reader

Stream

os

InspectChild

Source code

public virtual void InspectChild(PdfObject k)

Arguments

Type

Name

Description

PdfObject

k

InspectChildArray

Source code

public virtual void InspectChildArray(PdfArray k)

Arguments

Type

Name

Description

PdfArray

k

InspectChildDictionary [1/2]

Source code

public virtual void InspectChildDictionary(PdfDictionary k)

Arguments

Type

Name

Description

PdfDictionary

k

InspectChildDictionary [2/2]

Source code

public virtual void InspectChildDictionary(PdfDictionary k, bool inspectAttributes)

Arguments

Type

Name

Description

PdfDictionary

k

bool

inspectAttributes

XmlName

Source code

protected virtual string XmlName(PdfName name)

Arguments

Type

Name

Description

PdfName

name

ParseTag

Source code

public virtual void ParseTag(string tag, PdfObject obj, PdfDictionary page)

Arguments

Type

Name

Description

string

tag

PdfObject

obj

PdfDictionary

page

Generated with ModularDoc