LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterImageChangedFlags Enumeration
See Also  
Leadtools Namespace : RasterImageChangedFlags Enumeration



Indicates the type(s) of change that has occurred in a RasterImage. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
AnimationPropertiesAny of the Animation properties has changed
BitsPerPixelBits/Pixel changed
CommentComment changed
DataImage data changed
DitheringMethodDithering method changed
FormatFormat changedd
GeoKeyGeo keys changed
LookupTablePalettePalette lookup table (LUT) changed
LowHighBitLow bit and/or High bit changed
MarkerMarker changed
MinMaxValueMinimum value and/or maximum value changed
NoneNo change
NoRegionClipFor internal use
OrderColor order changed
OverlaysInfoOverlay information changed
PageCurrent page changed
PageCountNumber of pages changed
PaintLookupTablePaint lookup table (LUT) changed
PaintParametersPaint Parameters changed
PalettePalette changed
PlayParametersAnimation play parameters changed
RegionRegion changed
ResolutionResolution (DPI) changed
SizeDimension (width and/or height) changed
TagTag changed
TransparentColorTransparent color changed
UseLookupTableUse of palette lookup table (LUT) changed
UsePaintLookupTableUse of paint palette lookup table (LUT) changed
ViewPerspectiveView perspective changed

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also