Share via


InkCollectorNewPacketsEventArgs.PacketData Property

InkCollectorNewPacketsEventArgs.PacketData Property

Gets an array of type Int32 Leave Site containing the selected data for the packet.

Definition

Visual Basic .NET Public ReadOnly Property PacketData As Integer()
C# public int[] PacketData { get; }
Managed C++ public: __property int* get_PacketData();

Property Value

System.Int32[]. An array that contains the the selected data for the packet.

This property is read-only. This property has no default value.

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.

See Also