Supports your desktop application in accessing penlet data from a desktop Container.
The desktop application transfers data from the smartpen to the desktop computer and stores it as a container file. The PenletData object is the top node of an object hierarchy created for you by the PenData API. The hierarchy represents all penlet data in the container and consists of:
Starting with PenletData's collection of PenItem objects, drill down to individual data files for each smartpen. Open an individual data file by passing the file path to the InstanceItem.OpenStream method. Paths to individual files are specified programmtically by the penlet developer when storing penlet data on the smartpen.See PenletData Members.
public class PenletData : IEnumerable;
PenletData.cs