C#
VB
WinRT C#
C++
Enumerated values that indicate the type of the shadow.
public enum ShadowCommandType
Public Enum ShadowCommandType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum ShadowCommandType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.ShadowCommandType = function() { };
Leadtools.ImageProcessing.SpecialEffects.ShadowCommandType.prototype = {
ColoredShadow = 0x00000000,
GrayShadow = 0x00000001,
};
public enum class ShadowCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | ColoredShadow | Shadows are colored. |
1 | GrayShadow | Shadows are grayscale. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET