StrokeCollection::InkSerializedFormat Field
.NET Framework (current version)
Represents the native persistence format for ink data.
Assembly: PresentationCore (in PresentationCore.dll)
Field Value
Type: System::String^Use the InkSerializedFormat field to specify the format of the StrokeCollection when you transfer data, such as when you copy the StrokeCollection to the Clipboard.
The following example demonstrates how to copy a StrokeCollection to the Clipboard. The example specifies that the StrokeCollection is in Ink Serialized Format (ISF), so that other programs, such as Microsoft Office Word can accept the copied data.
.NET Framework
Available since 3.0
Available since 3.0
Show: