IXObjectDoHandler Public interface
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.parser iTextSharp.text.pdf.parser.IXObjectDoHandler[[IXObjectDoHandler]] class iTextSharp.text.pdf.parser.IXObjectDoHandler interfaceStyle; end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Methods
HandleXObject [1/2]
public void HandleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference refi)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
processor |
|
|
|
stream |
|
|
|
refi |
HandleXObject [2/2]
public void HandleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference refi, ICollection markedContentInfoStack)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
processor |
|
|
|
stream |
|
|
|
refi |
|
|
|
markedContentInfoStack |
Generated with ModularDoc