12.7 BitmapCreateOptionsSyntax

[values]

DelayCreation

Causes a BitmapSource object to delay initialization until it is necessary. This is useful when dealing with collections of images.

IgnoreColorProfile

Causes a BitmapSource to ignore an embedded color profile.

IgnoreImageCache

Loads images without using an existing image cache. This option should only be selected when images in a cache need to be refreshed.

None

No BitmapCreateOptions are specified. This is the default value.

PreservePixelFormat

Ensures that the PixelFormat a file is stored in is the same as it is loaded to.