A Page contains the page size, static regions, background images, and other "template" properties of a page in an AFD. (This high-level convenience class corresponds to the low-level PageTemplate class in the AFP API Wrapper.)
Since it serves as a template, one Page object can be used by mutliple PatternPage objects. Before any user has written on it, each PatternPage that shares the same Page object will look the same to the human eye, but will have a unique page address and dot pattern. User strokes are tied to a page address, however; so you must use PatternPage objects to retrieve strokes.
See Page Members.
public class Page;
Page.cs