| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum RasterConvertBufferFlags Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[FlagsAttribute()] public enum RasterConvertBufferFlags : Enum  | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class RasterConvertBufferFlags : public Enum  | |
| Member | Description | 
|---|---|
| None | Default | 
| SourceGray | Source buffer has grayscale data | 
| DestinationGray | Destination buffer has grayscale data | 
| SourceUseBits | LowBit and HighBit apply to the source image | 
| DestinationUseBits | LowBit and HighBit apply to the destination image | 
| AlphaInit | Initialize the alpha values when destination buffer is 32 or 64 bits or pixels | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterConvertBufferFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family