←Select platform

RasterImageChangedFlags Enumeration

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

Syntax
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 = 0 
   Data = 1 
   Size = 2 
   BitsPerPixel = 4 
   ViewPerspective = 8 
   Order = 16 
   Palette = 32 
   LookupTablePalette = 64 
   Region = 128 
   Resolution = 256 
   LowHighBit = 512 
   MinMaxValue = 1024 
   NoRegionClip = 2048 
   PaintLookupTable = 4096 
   PaintParameters = 8192 
   DitheringMethod = 16384 
   UseLookupTable = 32768 
   UsePaintLookupTable = 65536 
   TransparentColor = 131072 
   OverlaysInfo = 262144 
   PlayParameters = 524288 
   AlphaBlend = 1048576 
   Page = 2097152 
   PageCount = 4194304 
   Tag = 8388608 
   Comment = 16777216 
   Marker = 33554432 
   GeoKey = 67108864 
   Format = 134217728 
   AnimationProperties = 268435456 
   PremultiplyAlpha = 536870912 
   LinkImage = 1073741824 
   NonLinearLookupTable = -2147483648 
Members
ValueMemberDescription
0x00000000NoneNo change
0x00000001DataImage data changed
0x00000002SizeDimension (width and/or height) changed
0x00000004BitsPerPixelBits/Pixel changed
0x00000008ViewPerspectiveView perspective changed
0x00000010OrderColor order changed
0x00000020PalettePalette changed
0x00000040LookupTablePalettePalette lookup table (LUT) changed
0x00000080RegionRegion changed
0x00000100ResolutionResolution (DPI) changed
0x00000200LowHighBitLow bit and/or High bit changed
0x00000400MinMaxValueMinimum value and/or maximum value changed
0x00000800NoRegionClipFor internal use
0x00001000PaintLookupTablePaint lookup table (LUT) changed
0x00002000PaintParametersPaint Parameters changed
0x00004000DitheringMethodDithering method changed
0x00008000UseLookupTableUse of palette lookup table (LUT) changed
0x00010000UsePaintLookupTableUse of paint palette lookup table (LUT) changed
0x00020000TransparentColorTransparent color changed
0x00040000OverlaysInfoOverlay information changed
0x00080000PlayParametersAnimation play parameters changed
0x00100000AlphaBlendAlpha Blend changed
0x00200000PageCurrent page changed
0x00400000PageCountNumber of pages changed
0x00800000TagTag changed
0x01000000CommentComment changed
0x02000000MarkerMarker changed
0x04000000GeoKeyGeo keys changed
0x08000000FormatFormat changed
0x10000000AnimationPropertiesAny of the Animation properties has changed
0x20000000PremultiplyAlphaPre-multiply alpha value changed
0x40000000LinkImage The linked image has changed
0x80000000NonLinearLookupTable The non-linear lookup table has changed
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.