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

Show in webframe

Flags Property (ZigZagCommand)








Gets or sets flags that indicate how to handle exposed areas, and the wave radiation type.
Syntax
public ZigZagCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As ZigZagCommandFlags
'Usage
 
Dim instance As ZigZagCommand
Dim value As ZigZagCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public ZigZagCommandFlags Flags {get; set;}

            

            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property ZigZagCommandFlags Flags {
   ZigZagCommandFlags get();
   void set (    ZigZagCommandFlags value);
}

Property Value

Flags that indicate how to handle exposed areas, and the wave radiation type.
Example
Refer to ZigZagCommand example.
Requirements

Target Platforms

See Also

Reference

ZigZagCommand Class
ZigZagCommand Members

Error processing SSI file