Enum
BitmapCreateOptions

Definition

Namespace:Telerik.WinControls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
[Flags]
public enum BitmapCreateOptions

Fields

DelayCreation

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

Declaration

cs-api-definition
DelayCreation = 2

Field Value

BitmapCreateOptions

IgnoreColorProfile

Causes a BitmapSource to ignore an embedded color profile.

Declaration

cs-api-definition
IgnoreColorProfile = 4

Field Value

BitmapCreateOptions

IgnoreImageCache

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

Declaration

cs-api-definition
IgnoreImageCache = 8

Field Value

BitmapCreateOptions

None

No BitmapCreateOptions are specified. This is the default value.

Declaration

cs-api-definition
None = 0

Field Value

BitmapCreateOptions

PreservePixelFormat

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

Declaration

cs-api-definition
PreservePixelFormat = 1

Field Value

BitmapCreateOptions