New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.RichTextEditor.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
[Flags]
public enum BitmapCreateOptions

Fields

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

C#
DelayCreation = 2

Causes a BitmapSource to ignore an embedded color profile.

C#
IgnoreColorProfile = 4

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

C#
IgnoreImageCache = 8

No BitmapCreateOptions are specified. This is the default value.

C#
None = 0

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

C#
PreservePixelFormat = 1