A desktop container to hold data that your desktop application transferred from a Livescribe Package on a smartpen. The data can be penlet data (non-stroke data programmtically stored by a penlet) or AFD data (static regions, background images, strokes).
When your desktop application instantiates a Container, the PenData API creates an object hierachy for use in accessing the data. For penlet data, the PenletData property returns the appropriate top-node object. Starting from the object, you drill down to individual data files. For AFDs, the Document property returns the appropriate top-node object. You drill down via individual Page and PageTemplate objects of the AFD to access strokes, regions, and images.
See Container Members.
public class Container;
Container.cs