flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.PdfReader
iTextSharp.text.pdf.PdfReader.PageRefs[[PageRefs]]
end
Type | Name | Methods |
---|
int | Size | get |
Source code
internal PageRefs(PdfReader reader)
Source code
internal PageRefs(PageRefs other, PdfReader reader)
Type | Name | Description |
---|
PageRefs | other | |
PdfReader | reader | |
Source code
internal void ReadPages()
Source code
internal void ReReadPages()
Source code
public virtual PdfDictionary GetPageN(int pageNum)
Type | Name | Description |
---|
int | pageNum | |
Source code
public virtual PdfDictionary GetPageNRelease(int pageNum)
Type | Name | Description |
---|
int | pageNum | |
Source code
public virtual PRIndirectReference GetPageOrigRefRelease(int pageNum)
Type | Name | Description |
---|
int | pageNum | |
Source code
public virtual PRIndirectReference GetPageOrigRef(int pageNum)
Type | Name | Description |
---|
int | pageNum | |
Source code
internal void KeepPages()
Source code
public virtual void ReleasePage(int pageNum)
Type | Name | Description |
---|
int | pageNum | |
Source code
public virtual void ResetReleasePage()
Source code
internal void InsertPage(int pageNum, PRIndirectReference refi)
Source code
protected internal virtual PRIndirectReference GetSinglePage(int n)
Source code
internal void SelectPages(ICollection<int> pagesToKeep)
Type | Name | Description |
---|
ICollection <int > | pagesToKeep | |
internal int Size { get; }
Generated with ModularDoc