Table of Contents

Enum MetadataCreationOptions

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll

Specifies metadata creation options.
WICMetadataCreationOptions

[Flags]
public enum MetadataCreationOptions

Fields

Default = 0

The default metadata creation options. This equals AllowUnknown and PersistLittleEndian.

AllowUnknown = 0

Allow unknown metadata creation.

PersistLittleEndian = 0

The data byte order is little endian.

PersistBigEndian = 1

The data byte order is big endian.

PersistStrictFormat = 2

The data format must strictly conform to the specification.

PersistNoCacheStream = 4

No cache for the metadata stream.

PersistPreferUtf8 = 8

Use UTF8 instead of the default UTF16.

FailUnknown = 65536

Fail on unknown metadata creation.