InkPersistenceFormat Enum

Definition

Specifies the formats for saving ink input.

public enum class InkPersistenceFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class InkPersistenceFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum InkPersistenceFormat
var value = Windows.UI.Input.Inking.InkPersistenceFormat.gifWithEmbeddedIsf
Public Enum InkPersistenceFormat
Inheritance
InkPersistenceFormat
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

GifWithEmbeddedIsf 0

Ink is saved as a GIF file with embedded Ink Serialized Format (ISF) format data.

Isf 1

Ink is saved as Ink Serialized Format (ISF) format data.

Applies to

See also