|
Name |
Description |
|
Provides the ability to read and write an AFD (a paper product). See Document Members. | |
|
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... more | |
|
Represents a pattern page, which is a rectangle of unique dot pattern in an AFD, such as an individual page of a notebook. Each pattern page has a unique page address. PatternPage is the high-level convenience class that corresponds to the low-level PageInstance class of the AFP API Wrapper. Unique elements on a page are associated with a pattern page. For instance, strokes are retrieved from a PatternPage object. The most common way to identify a pattern page is by passing the page and copy numbers to the Document.GetPatternPage method. The "page" number is the number a reader normally associates... more | |
|
A collection of Strokes on one PatternPage associated with the same pen ID. There can be multiple StrokeOwners on a page. See StrokeOwner Members. |