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