C#
VB
C++
Options to use when changing a LEADTOOLS Leadtools.RasterImage object to GDI+ System.Drawing.Bitmap.
[FlagsAttribute()]
public enum ChangeToImageOptions
<FlagsAttribute()>
Public Enum ChangeToImageOptions
[FlagsAttribute()]
public enum class ChangeToImageOptions
Members
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+.
For an example, refer to RasterImageConverter.ChangeToImage
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET