When enabled, IEImage.PixelFormat is used as the authoritative source of bit depth, and sets SamplesPerPixel/BitsPerSample I/O parameters where they are not valid for that PixelFormat.
Default: False
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public static bool AutoSetBitDepth { get; set; }
Public Shared Property AutoSetBitDepth As Boolean Get Set
public: static property bool AutoSetBitDepth { bool get (); void set (bool value); }