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