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

Show in webframe

Flags Property (SmoothCommand)








Gets or sets a value that determines the behavior of the smoothing process.
Syntax
public SmoothCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As SmoothCommandFlags
'Usage
 
Dim instance As SmoothCommand
Dim value As SmoothCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public SmoothCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTSmoothCommandFlags flags
public int getFlags()
public void setFlags(int value)
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 
public:
property SmoothCommandFlags Flags {
   SmoothCommandFlags get();
   void set (    SmoothCommandFlags value);
}

Property Value

Value that determines the behavior of the smoothing process.
Example
Refer to SmoothCommand.
Requirements

Target Platforms

See Also

Reference

SmoothCommand Class
SmoothCommand Members

Error processing SSI file