LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ChangeToImageOptions Enumeration
See Also  



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

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum ChangeToImageOptions 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ChangeToImageOptions
C# 
[FlagsAttribute()]
public enum ChangeToImageOptions : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class ChangeToImageOptions : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ForceChangeIf the image is not GDI+ compatible, this flag forces the conversion.
NoneDefault
NoPaletteFail if the image has a palette.
TopLeftAlwaysForce the image to have RasterViewPerspective.TopLeft view perspective.

Example

For an example, refer to RasterImageConverter.ChangeToImage

Remarks

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

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Drawing.ChangeToImageOptions

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also