←Select platform

ChangeToImageOptions Enumeration

Summary

Options to use when changing a LEADTOOLS Leadtools.RasterImage object to GDI+ System.Drawing.Bitmap.

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum ChangeToImageOptions   
<FlagsAttribute()> 
Public Enum ChangeToImageOptions  
[FlagsAttribute()] 
public enum class ChangeToImageOptions   

Members
ValueMemberDescription
0x00000000None Default
0x00000001ForceChange If the image is not GDI+ compatible, this flag forces the conversion.
0x00000002NoPalette Fail if the image has a palette.
0x00000004TopLeftAlways Force the image to have RasterViewPerspective.TopLeft view perspective.

Remarks

The ChangeToImageOptions are used as an options for the RasterImageConverter.ChangeToImage method.

For more information refer to RasterImage and GDI/GDI+.

Example

For an example, refer to RasterImageConverter.ChangeToImage

Requirements

Target Platforms

See Also

Reference

Leadtools.Drawing Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly