PdfSmartCopy Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfSmartCopy[[PdfSmartCopy]] iTextSharp.text.pdf.PdfCopy[[PdfCopy]] end iTextSharp.text.pdf.PdfCopy --> iTextSharp.text.pdf.PdfSmartCopy
Members
Methods
Protected methods
|
Returns |
Name |
|---|---|
|
|
(
inp) |
|
|
() |
Public methods
|
Returns |
Name |
|---|---|
|
|
(
iPage) |
|
|
(
reader) |
Details
Inheritance
Nested types
Classes
-
ByteStore
Constructors
PdfSmartCopy
Source code
public PdfSmartCopy(Document document, Stream os)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
document |
|
|
|
os |
Methods
GetCounter
Source code
protected override ICounter GetCounter()
CopyIndirect
Source code
protected override PdfIndirectReference CopyIndirect(PRIndirectReference inp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
inp |
FreeReader
Source code
public override void FreeReader(PdfReader reader)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
AddPage
Source code
public override void AddPage(PdfImportedPage iPage)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
iPage |
Generated with ModularDoc