Packageorg.purepdf.pdf
Classpublic class PageRefs
InheritancePageRefs Inheritance Object



Public Properties
 PropertyDefined By
  reader : PdfReader
[read-only]
PageRefs
  size : int
[read-only]
PageRefs
Public Methods
 MethodDefined By
  
PageRefs
  
getPageN(pageNum:int):PdfDictionary
/ Gets the dictionary that represents a page.
PageRefs
  
PageRefs
  
Gets the page reference to this page.
PageRefs
  
PageRefs
  
insertPage(pageNum:int, ref:PRIndirectReference):void
PageRefs
  
keepPages():void
PageRefs
  
readPages():void
PageRefs
  
releasePage(pageNum:int):void
PageRefs
  
PageRefs
  
PageRefs
Protected Methods
 MethodDefined By
  
PageRefs
Property Detail
readerproperty
reader:PdfReader  [read-only]


Implementation
    public function get reader():PdfReader
sizeproperty 
size:int  [read-only]


Implementation
    public function get size():int
Constructor Detail
PageRefs()Constructor
public function PageRefs(reader:PdfReader)



Parameters
reader:PdfReader
Method Detail
getPageN()method
public function getPageN(pageNum:int):PdfDictionary

/ Gets the dictionary that represents a page.

Parameters

pageNum:int — the page number. 1 is the first

Returns
PdfDictionary — the page dictionary
getPageNRelease()method 
public function getPageNRelease(pageNum:int):PdfDictionary

Parameters

pageNum:int

Returns
PdfDictionary — a dictionary object
getPageOrigRef()method 
public function getPageOrigRef(pageNum:int):PRIndirectReference

Gets the page reference to this page.

Parameters

pageNum:int — the page number. 1 is the first

Returns
PRIndirectReference — the page reference
getPageOrigRefRelease()method 
public function getPageOrigRefRelease(pageNum:int):PRIndirectReference

Parameters

pageNum:int

Returns
PRIndirectReference — an indirect reference
getSinglePage()method 
protected function getSinglePage(n:int):PRIndirectReference

Parameters

n:int

Returns
PRIndirectReference
insertPage()method 
public function insertPage(pageNum:int, ref:PRIndirectReference):void

Parameters

pageNum:int
 
ref:PRIndirectReference

keepPages()method 
public function keepPages():void

readPages()method 
public function readPages():void

releasePage()method 
public function releasePage(pageNum:int):void

Parameters

pageNum:int

reReadPages()method 
public function reReadPages():void

resetReleasePage()method 
public function resetReleasePage():void