Error processing SSI file
LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Show in webframe

ChangeToImageOptions Enumeration






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.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As ChangeToImageOptions
[FlagsAttribute()]
public enum class ChangeToImageOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
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
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Drawing Namespace

Error processing SSI file