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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
k) |
|
|
(
k) |
|
|
( |
|
|
(
obj,
page) |
Protected methods
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 |
|---|---|---|
|
|
reader |
|
|
|
os |
|
|
|
encoding |
ConvertToXml [2/2]
Source code
public virtual void ConvertToXml(PdfReader reader, Stream os)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
|
|
|
os |
InspectChild
Source code
public virtual void InspectChild(PdfObject k)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
k |
InspectChildArray
Source code
public virtual void InspectChildArray(PdfArray k)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
k |
InspectChildDictionary [1/2]
Source code
public virtual void InspectChildDictionary(PdfDictionary k)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
k |
InspectChildDictionary [2/2]
Source code
public virtual void InspectChildDictionary(PdfDictionary k, bool inspectAttributes)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
k |
|
|
|
inspectAttributes |
XmlName
Source code
protected virtual string XmlName(PdfName name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
ParseTag
Source code
public virtual void ParseTag(string tag, PdfObject obj, PdfDictionary page)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
|
|
|
obj |
|
|
|
page |
Generated with ModularDoc