iText 5

PdfSmartCopy (1)

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
Public methods

Returns

Name

void

AddPage

(

PdfImportedPage

iPage)

void

FreeReader

(

PdfReader

reader)

Details

Inheritance

Nested types

Classes
  • ByteStore

Constructors

PdfSmartCopy

Source code

public PdfSmartCopy(Document document, Stream os)

Arguments

Type

Name

Description

Document

document

Stream

os

Methods

GetCounter

Source code

protected override ICounter GetCounter()

CopyIndirect

Source code

protected override PdfIndirectReference CopyIndirect(PRIndirectReference inp)

Arguments

Type

Name

Description

PRIndirectReference

inp

FreeReader

Source code

public override void FreeReader(PdfReader reader)

Arguments

Type

Name

Description

PdfReader

reader

AddPage

Source code

public override void AddPage(PdfImportedPage iPage)

Arguments

Type

Name

Description

PdfImportedPage

iPage

Generated with ModularDoc