using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Anoto { public class AntotoStripBoard:AnotoHotArea { public AntotoStripBoard() { this.Category = Categories.StripBoard; this.PageIndex = -1; //Multi pages } } }