DesktopSDK 0.7 - PenData Library (C#) Documentation
ContentsIndexHome
Container Class
Container Constructor  Container Methods  Container Properties  Container Members  General

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.

C#
public class Container;
File

Container.cs

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright © 2010 Livescribe, Inc. All rights reserved.