Table of Contents

Class PdfReader.PageRefs

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll
public class PdfReader.PageRefs
Inheritance
PdfReader.PageRefs
Inherited Members

Methods

GetPageN(int)

Gets the dictionary that represents a page.

public PdfDictionary GetPageN(int pageNum)

Parameters

pageNum int

the page number. 1 is the first

Returns

PdfDictionary

the page dictionary

GetPageNRelease(int)

public PdfDictionary GetPageNRelease(int pageNum)

Parameters

pageNum int

Returns

PdfDictionary

a dictionary object

GetPageOrigRef(int)

Gets the page reference to this page.

public PrIndirectReference GetPageOrigRef(int pageNum)

Parameters

pageNum int

the page number. 1 is the first

Returns

PrIndirectReference

the page reference

GetPageOrigRefRelease(int)

public PrIndirectReference GetPageOrigRefRelease(int pageNum)

Parameters

pageNum int

Returns

PrIndirectReference

an indirect reference

GetSinglePage(int)

protected PrIndirectReference GetSinglePage(int n)

Parameters

n int

Returns

PrIndirectReference

ReleasePage(int)

public void ReleasePage(int pageNum)

Parameters

pageNum int

ResetReleasePage()

public void ResetReleasePage()