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
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Internal methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
pageRef) |
|
|
( |
|
|
(
topParent) |
|
|
() |
Details
Constructors
PdfPages
Source code
internal PdfPages(PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
Methods
AddPage [1/2]
Source code
internal void AddPage(PdfDictionary page)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
page |
AddPageRef
Source code
internal PdfIndirectReference AddPageRef(PdfIndirectReference pageRef)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
pageRef |
WritePageTree
Source code
internal PdfIndirectReference WritePageTree()
SetLinearMode
Source code
internal void SetLinearMode(PdfIndirectReference topParent)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
topParent |
AddPage [2/2]
Source code
internal void AddPage(PdfIndirectReference page)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
page |
ReorderPages
Source code
internal int ReorderPages(int[] order)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
order |
Properties
TopParent
internal PdfIndirectReference TopParent { get; }
Generated with ModularDoc