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

Show in webframe

ConvertFromImageOptions Enumeration






Options to use when converting a GDI+ System.Drawing.Bitmap to LEADTOOLS Leadtools.RasterImage object.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ConvertFromImageOptions 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As ConvertFromImageOptions
[FlagsAttribute()]
public enum class ConvertFromImageOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None Default
Remarks

The ConvertFromImageOptions are used as an options for the RasterImageConverter.ConvertFromImage method.

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

Example
For an example, refer to RasterImageConverter.ConvertFromImage
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Drawing.ConvertFromImageOptions

Requirements

Target Platforms

See Also

Reference

Leadtools.Drawing Namespace

Error processing SSI file