iText 5

PdfPages

PdfPages Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfPages[[PdfPages]] end

Members

Properties

Internal properties

Methods

Internal methods

Details

Constructors

PdfPages

Source code

internal PdfPages(PdfWriter writer)

Arguments

Type

Name

Description

PdfWriter

writer

Methods

AddPage [1/2]

Source code

internal void AddPage(PdfDictionary page)

Arguments

Type

Name

Description

PdfDictionary

page

AddPageRef

Source code

internal PdfIndirectReference AddPageRef(PdfIndirectReference pageRef)

Arguments

Type

Name

Description

PdfIndirectReference

pageRef

WritePageTree

Source code

internal PdfIndirectReference WritePageTree()

SetLinearMode

Source code

internal void SetLinearMode(PdfIndirectReference topParent)

Arguments

Type

Name

Description

PdfIndirectReference

topParent

AddPage [2/2]

Source code

internal void AddPage(PdfIndirectReference page)

Arguments

Type

Name

Description

PdfIndirectReference

page

ReorderPages

Source code

internal int ReorderPages(int[] order)

Arguments

Type

Name

Description

int``[]

order

Properties

TopParent

internal PdfIndirectReference TopParent { get; }

Generated with ModularDoc