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