StreamLink for Silverlight
IPageData Interface
StreamLink for SilverlightCaplin.StreamLink.Subscription.PageIPageData
The object representation of the data contained in a page (for example, data in an RTTP page). A Page Data contains the maximum number of Rows (MaxY) and maximum number of columns (MaxX) as well as an IDictionary object which maps an IPageCoordinate object(identified by an X- Position (XPos) and a Y-Position (YPos)) to a Line of data(text). This interface contains properties for retrieving the IPageCoordinate, MaxX and MaxY values. Note: For a page update, the MaxY and MaxX values will be -1
Declaration Syntax
C#Visual BasicVisual C++
public interface IPageData
Public Interface IPageData
public interface class IPageData
Members
All MembersProperties



IconMemberDescription
DataSlice
The IDictionary object which maps an IPageCoordinate object to a Line of data(text).

MaxX
The maximum number of columns of the page.

MaxY
The maximum number of Rows of the page.

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.21.0 (5.0.21.0)