PageContents Constructor.
[C#] PageContents(Doc doc) [Visual Basic] Sub New(doc As Doc)
PageContents(Doc doc)
Sub New(doc As Doc)
may throw NullReferenceException()
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.
None.