LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

ChangeToImageOptions Enumeration

Show in webframe





Options to use when changing a LEADTOOLS Leadtools.RasterImage object to GDI+ System.Drawing.Bitmap.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ChangeToImageOptions 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ChangeToImageOptions

            

            
[FlagsAttribute()]
public enum class ChangeToImageOptions : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneDefault
0x00000001ForceChangeIf the image is not GDI+ compatible, this flag forces the conversion.
0x00000002NoPaletteFail if the image has a palette.
0x00000004TopLeftAlwaysForce 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
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Drawing Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.