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

Show in webframe

Flags Property (FastFourierTransformCommand)








Gets or sets flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, and the clipping type.
Syntax
public FastFourierTransformCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As FastFourierTransformCommandFlags
'Usage
 
Dim instance As FastFourierTransformCommand
Dim value As FastFourierTransformCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public FastFourierTransformCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTFastFourierTransformCommandFlags flags
public int getFlags()
public void setFlags(int value)
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 

Property Value

Flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, and the clipping type. You can use a bit-wise OR (|) to specify one flag from each group.
Example
Refer to #ctor.
Requirements

Target Platforms

See Also

Reference

FastFourierTransformCommand Class
FastFourierTransformCommand Members

Error processing SSI file