PageContents Constructor.

 

   

Syntax
 

[C#]
PageContents(Doc doc)

[Visual Basic]
Sub New(doc As Doc)

Throws Exceptions may throw NullReferenceException()

 

   

Params
 
Name Description
doc The PDF Document

 

   

Notes
 

Create a PageContents to hold a set of pages that need to be analysed.

If the doc is null then an exception will be raised.

 

   

Example
 

None.