DataSource.NET
Width Property
NamespacesCaplin.DataSource.Messaging.PageIPageMessageWidth
Gets or sets the width of the page, in text columns.
Declaration Syntax
C#Visual BasicVisual C++
int Width { get; set; }
Property Width As Integer
property int Width {
	int get ();
	void set (int value);
}
Remarks

This value is valid on all IPageMessage instances created using the IMessageFactory interface. However it may be undefined (and hence have a value of -1) on instances received by an implementation of ISubscriptionListener.

The first character on a page is at column zero. Therefore the maximum modifiable column is at position (Width - 1).

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)