[FlagsAttribute()] public enum ChangeToImageOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum ChangeToImageOptions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ChangeToImageOptions
[FlagsAttribute()] public enum class ChangeToImageOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | Default |
0x00000001 | ForceChange | If the image is not GDI+ compatible, this flag forces the conversion. |
0x00000002 | NoPalette | Fail if the image has a palette. |
0x00000004 | TopLeftAlways | Force the image to have RasterViewPerspective.TopLeft view perspective. |
The ChangeToImageOptions are used as an options for the RasterImageConverter.ChangeToImage method.
For more information refer to RasterImage and GDI/GDI+.
System.Object
System.ValueType
System.Enum
Leadtools.Drawing.ChangeToImageOptions