InkCollectorNewPacketsEventArgs.PacketData Property
Gets an array of type Int32 containing the selected data for the packet.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)
Syntax
'Declaration
Public ReadOnly Property PacketData As Integer()
'Usage
Dim instance As InkCollectorNewPacketsEventArgs
Dim value As Integer()
value = instance.PacketData
public int[] PacketData { get; }
public:
property array<int>^ PacketData {
array<int>^ get ();
}
/** @property */
public int[] get_PacketData ()
public function get PacketData () : int[]
Not applicable.
Property Value
An array that contains the the selected data for the packet.
Remarks
To set which properties are contained in this array, use the DesiredPacketDescription property of the InkCollector object. The array that the PacketData property returns contains the data for those properties.
Note
Although you can modify the packet data, these modifications are not persisted or used.
For a complete list of all possible properties for which data can be included in the PacketData property, see the DesiredPacketDescription property of the InkCollector object.
Platforms
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
InkCollectorNewPacketsEventArgs Class
InkCollectorNewPacketsEventArgs Members
Microsoft.Ink Namespace
InkCollector.NewPackets
InkCollector.DesiredPacketDescription