Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterUpdateOverlayBitsFlags Enumeration








Determines whether the main image or the overlay image should be updated.
Syntax
[FlagsAttribute()]
public enum RasterUpdateOverlayBitsFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum RasterUpdateOverlayBitsFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As RasterUpdateOverlayBitsFlags
[FlagsAttribute()]
public enum RasterUpdateOverlayBitsFlags : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_OPTIONS(NSUInteger, LTRasterUpdateOverlayBitsFlags)
public enum RasterUpdateOverlayBitsFlags
Leadtools.RasterUpdateOverlayBitsFlags = function() { };
Leadtools.RasterUpdateOverlayBitsFlags.prototype = {<br/>
  None = 0x00000000,
	FromOverlay = 0x00000001,
	FromImage = 0x00000002,
	Clear = 0x00000004,
	
 };
[FlagsAttribute()]
public enum class RasterUpdateOverlayBitsFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None No action.
0x00000001FromOverlay Update the main image bits for the corresponding bitplane using the data from the overlay image.
0x00000002FromImage Update the overlay image with the bits from the corresponding bit plane of the main image. Can be or-ed with Clear
0x00000004Clear Clears the bits from the bitplane associated with the overlay that are not contained in the overlay image (use only in combination with FromOverlay)
Remarks

For more information, refer to Overlay Overview.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterUpdateOverlayBitsFlags

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Error processing SSI file