| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum RasterImageChangedFlags Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[FlagsAttribute()] public enum RasterImageChangedFlags : Enum  | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class RasterImageChangedFlags : public Enum  | |
| Member | Description | 
|---|---|
| None | No change | 
| Data | Image data changed | 
| Size | Dimension (width and/or height) changed | 
| BitsPerPixel | Bits/Pixel changed | 
| ViewPerspective | View perspective changed | 
| Order | Color order changed | 
| Palette | Palette changed | 
| LookupTablePalette | Palette lookup table (LUT) changed | 
| Region | Region changed | 
| Resolution | Resolution (DPI) changed | 
| LowHighBit | Low bit and/or High bit changed | 
| MinMaxValue | Minimum value and/or maximum value changed | 
| NoRegionClip | For internal use | 
| PaintLookupTable | Paint lookup table (LUT) changed | 
| PaintParameters | Paint Parameters changed | 
| DitheringMethod | Dithering method changed | 
| UseLookupTable | Use of palette lookup table (LUT) changed | 
| UsePaintLookupTable | Use of paint palette lookup table (LUT) changed | 
| TransparentColor | Transparent color changed | 
| OverlaysInfo | Overlay information changed | 
| PlayParameters | Animation play parameters changed | 
| Page | Current page changed | 
| PageCount | Number of pages changed | 
| Tag | Tag changed | 
| Comment | Comment changed | 
| Marker | Marker changed | 
| GeoKey | Geo keys changed | 
| Format | Format changedd | 
| AnimationProperties | Any of the Animation properties has changed | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterImageChangedFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family