Skip to main content
Skip table of contents

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
TypeNameDescription
PdfWriterwriter

Methods

AddPage [1/2]

Source code

internal void AddPage(PdfDictionary page)
Arguments
TypeNameDescription
PdfDictionarypage
AddPageRef

Source code

internal PdfIndirectReference AddPageRef(PdfIndirectReference pageRef)
Arguments
TypeNameDescription
PdfIndirectReferencepageRef
WritePageTree

Source code

internal PdfIndirectReference WritePageTree()
SetLinearMode

Source code

internal void SetLinearMode(PdfIndirectReference topParent)
Arguments
TypeNameDescription
PdfIndirectReferencetopParent
AddPage [2/2]

Source code

internal void AddPage(PdfIndirectReference page)
Arguments
TypeNameDescription
PdfIndirectReferencepage
ReorderPages

Source code

internal int ReorderPages(int[] order)
Arguments
TypeNameDescription
int``[]order

Properties

TopParent
internal PdfIndirectReference TopParent { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.