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

Show in webframe

Flags Property (DeinterlaceCommand)








Gets or sets flags that indicate how to deinterlace the image and whether to remove odd lines or even lines.
Syntax
public DeinterlaceCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As DeinterlaceCommandFlags
'Usage
 
Dim instance As DeinterlaceCommand
Dim value As DeinterlaceCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public DeinterlaceCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTDeinterlaceCommandFlags flags
public int getFlags()
public void setFlags(int value)
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 
public:
property DeinterlaceCommandFlags Flags {
   DeinterlaceCommandFlags get();
   void set (    DeinterlaceCommandFlags value);
}

Property Value

Flags that indicate how to deinterlace the image and whether to remove odd lines or even lines. You can use a bit wise OR (|) to specify one flag from each group.
Example
Refer to DeinterlaceCommand.
Requirements

Target Platforms

See Also

Reference

DeinterlaceCommand Class
DeinterlaceCommand Members

Error processing SSI file