Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

ShadowCommandType Enumeration








Enumerated values that indicate the type of the shadow.
Syntax
'Declaration
 
Public Enum ShadowCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ShadowCommandType
public enum ShadowCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.SpecialEffects.ShadowCommandType = function() { };
Leadtools.ImageProcessing.SpecialEffects.ShadowCommandType.prototype = {
ColoredShadow = 0x00000000, GrayShadow = 0x00000001, };
public enum class ShadowCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000ColoredShadowShadows are colored.
0x00000001GrayShadowShadows are grayscale.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.ShadowCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

Error processing SSI file