C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()]public enum RasterImageChangedFlags
typedef NS_OPTIONS(NSUInteger, LTRasterImageChangedFlags) public final class RasterImageChangedFlags [FlagsAttribute()]public enum class RasterImageChangedFlags
class RasterImageChangedFlags(Enum):None = 0Data = 1Size = 2BitsPerPixel = 4ViewPerspective = 8Order = 16Palette = 32LookupTablePalette = 64Region = 128Resolution = 256LowHighBit = 512MinMaxValue = 1024NoRegionClip = 2048PaintLookupTable = 4096PaintParameters = 8192DitheringMethod = 16384UseLookupTable = 32768UsePaintLookupTable = 65536TransparentColor = 131072OverlaysInfo = 262144PlayParameters = 524288AlphaBlend = 1048576Page = 2097152PageCount = 4194304Tag = 8388608Comment = 16777216Marker = 33554432GeoKey = 67108864Format = 134217728AnimationProperties = 268435456PremultiplyAlpha = 536870912LinkImage = 1073741824NonLinearLookupTable = -2147483648
| Value | Member | Description | 
|---|---|---|
| 0x00000000 | None | No change | 
| 0x00000001 | Data | Image data changed | 
| 0x00000002 | Size | Dimension (width and/or height) changed | 
| 0x00000004 | BitsPerPixel | Bits/Pixel changed | 
| 0x00000008 | ViewPerspective | View perspective changed | 
| 0x00000010 | Order | Color order changed | 
| 0x00000020 | Palette | Palette changed | 
| 0x00000040 | LookupTablePalette | Palette lookup table (LUT) changed | 
| 0x00000080 | Region | Region changed | 
| 0x00000100 | Resolution | Resolution (DPI) changed | 
| 0x00000200 | LowHighBit | Low bit and/or High bit changed | 
| 0x00000400 | MinMaxValue | Minimum value and/or maximum value changed | 
| 0x00000800 | NoRegionClip | For internal use | 
| 0x00001000 | PaintLookupTable | Paint lookup table (LUT) changed | 
| 0x00002000 | PaintParameters | Paint Parameters changed | 
| 0x00004000 | DitheringMethod | Dithering method changed | 
| 0x00008000 | UseLookupTable | Use of palette lookup table (LUT) changed | 
| 0x00010000 | UsePaintLookupTable | Use of paint palette lookup table (LUT) changed | 
| 0x00020000 | TransparentColor | Transparent color changed | 
| 0x00040000 | OverlaysInfo | Overlay information changed | 
| 0x00080000 | PlayParameters | Animation play parameters changed | 
| 0x00100000 | AlphaBlend | Alpha Blend changed | 
| 0x00200000 | Page | Current page changed | 
| 0x00400000 | PageCount | Number of pages changed | 
| 0x00800000 | Tag | Tag changed | 
| 0x01000000 | Comment | Comment changed | 
| 0x02000000 | Marker | Marker changed | 
| 0x04000000 | GeoKey | Geo keys changed | 
| 0x08000000 | Format | Format changed | 
| 0x10000000 | AnimationProperties | Any of the Animation properties has changed | 
| 0x20000000 | PremultiplyAlpha | Pre-multiply alpha value changed | 
| 0x40000000 | LinkImage | The linked image has changed | 
| 0x80000000 | NonLinearLookupTable | The non-linear lookup table has changed | 
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
