PdfContentReaderTool 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.PdfContentReaderTool[[PdfContentReaderTool]] end
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
resourceDic) |
|
|
( |
|
|
(
reader, |
|
|
( |
Details
Constructors
PdfContentReaderTool
public PdfContentReaderTool()
Methods
GetDictionaryDetail [1/2]
Source code
public static string GetDictionaryDetail(PdfDictionary dic)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dic |
GetDictionaryDetail [2/2]
Source code
public static string GetDictionaryDetail(PdfDictionary dic, int depth)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dic |
|
|
|
depth |
GetXObjectDetail
Source code
public static string GetXObjectDetail(PdfDictionary resourceDic)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
resourceDic |
ListContentStreamForPage
Source code
public static void ListContentStreamForPage(PdfReader reader, int pageNum, TextWriter outp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
|
|
|
pageNum |
|
|
|
outp |
ListContentStream [1/2]
Source code
public static void ListContentStream(string pdfFile, TextWriter outp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
pdfFile |
|
|
|
outp |
ListContentStream [2/2]
Source code
public static void ListContentStream(string pdfFile, int pageNum, TextWriter outp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
pdfFile |
|
|
|
pageNum |
|
|
|
outp |
Main
Source code
public static void Main(string[] args)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
args |
Generated with ModularDoc