public Page(Document doc, PageTree pt, Rectangle pageRect) : base(doc) { _parent = pt; _pageRect = pageRect; }
public Catalog(Document doc, PageTree pageTree) : base(doc) { _pageTree = pageTree; }
public Document() { Pages = new PageTree(this); }