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

Show in webframe

Type Property (EdgeDetectEffectCommand)








Flag that indicates the type of edge to generate.
Syntax
public EdgeDetectEffectCommandType Type {get; set;}
'Declaration
 
Public Property Type As EdgeDetectEffectCommandType
'Usage
 
Dim instance As EdgeDetectEffectCommand
Dim value As EdgeDetectEffectCommandType
 
instance.Type = value
 
value = instance.Type
public EdgeDetectEffectCommandType Type {get; set;}
@property (nonatomic, assign) LTEdgeDetectEffectCommandType type
public EdgeDetectEffectCommandType getType()
public void setType(EdgeDetectEffectCommandType value)
            
 <br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type'); 
public:
property EdgeDetectEffectCommandType Type {
   EdgeDetectEffectCommandType get();
   void set (    EdgeDetectEffectCommandType value);
}

Property Value

Flag that indicates the type of edge to generate.
Example
Refer to EdgeDetectEffectCommand.
Requirements

Target Platforms

See Also

Reference

EdgeDetectEffectCommand Class
EdgeDetectEffectCommand Members

Error processing SSI file