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

Show in webframe

Flags Property (DiscreteFourierTransformCommand)








Gets or set the flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, the clipping type, the used or computed frequencies range, the operation on the specified X harmonics range, and the operation on the specified Y harmonics range.
Syntax
public DiscreteFourierTransformCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As DiscreteFourierTransformCommandFlags
'Usage
 
Dim instance As DiscreteFourierTransformCommand
Dim value As DiscreteFourierTransformCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public DiscreteFourierTransformCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTDiscreteFourierTransformCommandFlags flags
 <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, the clipping type, the used or computed frequencies range, the operation on the specified X harmonics range, and the operation on the specified Y harmonics range. You can use a bitwise OR (|) to specify one flag from each group.
Example
Refer to DiscreteFourierTransformCommand.
Requirements

Target Platforms

See Also

Reference

DiscreteFourierTransformCommand Class
DiscreteFourierTransformCommand Members

Error processing SSI file