Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterImageChangedFlags Enumeration
See Also  
Leadtools Namespace : RasterImageChangedFlags Enumeration



Indicates the type(s) of change that has occurred in a RasterImage

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum RasterImageChangedFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterImageChangedFlags
C# 
[FlagsAttribute()]
public enum RasterImageChangedFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class RasterImageChangedFlags : public Enum 

Members

MemberDescription
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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterImageChangedFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also