Enum BitmapCreateOptions
Namespace: Telerik.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
[Flags]
public enum BitmapCreateOptions
DelayCreation
Causes a System.Windows.Media.Imaging.BitmapSource object to delay initialization until it is necessary. This is useful when dealing with collections of images.
IgnoreColorProfile
Causes a System.Windows.Media.Imaging.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 System.Windows.Media.Imaging.BitmapCreateOptions are specified. This is the default value.
PreservePixelFormat
Ensures that the System.Windows.Media.PixelFormat a file is stored in is the same as it is loaded to.