Поделиться через


PersistenceFormat - перечисление

Обновлен: Ноябрь 2007

Defines values that specify how ink is persisted.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
Public Enumeration PersistenceFormat
'Применение
Dim instance As PersistenceFormat
public enum PersistenceFormat
public enum class PersistenceFormat
public enum PersistenceFormat
public enum PersistenceFormat

Члены

Имя члена Описание
InkSerializedFormat Specifies ink that is persisted using Ink Serialized Format (ISF). This is the most compact persistent representation of ink. It can be embedded within a binary document format or placed directly on the Clipboard.
Base64InkSerializedFormat Specifies ink that is persisted by encoding the ink serialized format (ISF) as a base64 stream. This format is provided so ink can be encoded directly in an Extensible Markup Language (XML) or HTML file.
Gif Specifies ink that is persisted by using a Graphics Interchange Format (GIF) file that contains Ink Serialized Format (ISF) as metadata embedded within the file. This allows ink to be viewed in applications that are not ink-enabled and maintain its full ink fidelity when it returns to an ink-enabled application. This format is ideal when transporting ink content within an HTML file and making it usable by ink-enabled and ink-unaware applications.
Base64Gif Specifies ink that is persisted by using a base64 encoded fortified Graphics Interchange Format (GIF). This format is provided when ink is to be encoded directly in an Extensible Markup Language (XML) or HTML file with later conversion into an image. A possible use of this is in an Extensible Markup Language (XML) format that is generated to contain all ink information and used as a way to generate HTML through Extensible Stylesheet Language Transformations (XSLT).

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

Microsoft.Ink - пространство имен

Ink.InkSerializedFormat

Ink.Save